Skip to content

Commit

Permalink
added forceNew to vpc_id in network_peering (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
abner-dou committed Aug 27, 2021
1 parent bda99e4 commit de6a15f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mongodbatlas/resource_mongodbatlas_network_peering.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ func resourceMongoDBAtlasNetworkPeering() *schema.Resource {
Type: schema.TypeString,
Optional: true,
Computed: true,
ForceNew: true,
},
"connection_id": {
Type: schema.TypeString,
Expand Down

0 comments on commit de6a15f

Please sign in to comment.