Skip to content

Commit

Permalink
[bugfix] Prevent destroy operation for static ports in bulk list when…
Browse files Browse the repository at this point in the history
… updating the list
  • Loading branch information
akinross authored and lhercot committed May 6, 2024
1 parent 127042a commit fd8e194
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mso/resource_mso_schema_site_anp_epg_bulk_staticport.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ func resourceMSOSchemaSiteAnpEpgBulkStaticPort() *schema.Resource {
"pod": {
Type: schema.TypeString,
Required: true,
ForceNew: true,
ValidateFunc: validation.StringLenBetween(1, 1000),
},
"leaf": {
Expand All @@ -86,13 +85,11 @@ func resourceMSOSchemaSiteAnpEpgBulkStaticPort() *schema.Resource {
"path": {
Type: schema.TypeString,
Required: true,
ForceNew: true,
ValidateFunc: validation.StringLenBetween(1, 1000),
},
"vlan": {
Type: schema.TypeInt,
Required: true,
ForceNew: true,
},
"deployment_immediacy": {
Type: schema.TypeString,
Expand Down

0 comments on commit fd8e194

Please sign in to comment.