Skip to content

Commit

Permalink
fix: recreate VRF if metro or project is changed
Browse files Browse the repository at this point in the history
  • Loading branch information
ctreatma committed Aug 2, 2024
1 parent e57f2db commit d98ebfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/resources/metal/vrf/resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ func Resource() *schema.Resource {
"metro": {
Type: schema.TypeString,
Required: true,
ForceNew: true,
Description: "Metro ID or Code where the VRF will be deployed",
},
"local_asn": {
Expand All @@ -55,6 +56,7 @@ func Resource() *schema.Resource {
"project_id": {
Type: schema.TypeString,
Required: true,
ForceNew: true,
Description: "Project ID where the VRF will be deployed",
},
"bgp_dynamic_neighbors_enabled": {
Expand Down

0 comments on commit d98ebfd

Please sign in to comment.