Set default port profile to All

This commit is contained in:
James Toyer
2021-02-15 22:33:25 +00:00
committed by Paul Tyng
parent fcb26bad53
commit acb960186b
2 changed files with 5 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ func dataPortProfile() *schema.Resource {
Description: "The name of the port profile to look up.",
Type: schema.TypeString,
Optional: true,
Default: "Default",
Default: "All",
},
},
}

View File

@@ -126,10 +126,10 @@ func resourcePortProfile() *schema.Resource {
Default: false,
},
"port_security_mac_address": {
Description: "The MAC addresses associated with the port security for the port profile.",
Type: schema.TypeSet,
Optional: true,
Elem: &schema.Schema{Type: schema.TypeString},
Description: "The MAC addresses associated with the port security for the port profile.",
Type: schema.TypeSet,
Optional: true,
Elem: &schema.Schema{Type: schema.TypeString},
},
"priority_queue1_level": {
Description: "The priority queue 1 level for the port profile. Can be between 0 and 100.",