name can be updated without forcing environment to be recreated

This commit is contained in:
Kim Wuestkamp
2020-02-14 21:45:03 +01:00
parent 9cd736bac0
commit ab8a6fdc48
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,3 +1,4 @@
!/examples/main.tf
/examples/*
bin
.idea
+1 -1
View File
@@ -18,7 +18,7 @@ func environmentResource() *schema.Resource {
"name": {
Type: schema.TypeString,
Required: true,
ForceNew: true,
ForceNew: false,
Description: "The name of the environment",
},
},