Merge pull request #10 from wuestkamp/master

name can be updated without forcing environment to be recreated
This commit is contained in:
Conor Mongey
2020-02-14 20:55:57 +00:00
committed by GitHub
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",
},
},