mirror of
https://github.com/wahyd4/terraform-provider-confluentcloud.git
synced 2026-08-09 04:25:51 +10:00
Merge pull request #10 from wuestkamp/master
name can be updated without forcing environment to be recreated
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
!/examples/main.tf
|
||||
/examples/*
|
||||
bin
|
||||
.idea
|
||||
|
||||
@@ -18,7 +18,7 @@ func environmentResource() *schema.Resource {
|
||||
"name": {
|
||||
Type: schema.TypeString,
|
||||
Required: true,
|
||||
ForceNew: true,
|
||||
ForceNew: false,
|
||||
Description: "The name of the environment",
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user