Skip to content

Commit 589212e

Browse files
committed
Remove additional key from conflict
1 parent 47b37d5 commit 589212e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

google-beta/services/resourcemanager/resource_google_project.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,6 @@ func ResourceGoogleProject() *schema.Resource {
7777
to be abandoned rather than deleted. Possible values are: "PREVENT", "ABANDON", "DELETE"`,
7878
ValidateFunc: validation.StringInSlice([]string{"PREVENT", "ABANDON", "DELETE"}, false),
7979
},
80-
"deletion_policy": {
81-
Type: schema.TypeString,
82-
Optional: true,
83-
Default: "DELETE",
84-
Description: `The deletion policy for the Project. Setting PREVENT will protect the project against any destroy actions caused by a terraform apply or terraform destroy. Setting ABANDON allows the resource
85-
to be abandoned rather than deleted. Possible values are: "PREVENT", "ABANDON", "DELETE"`,
86-
ValidateFunc: validation.StringInSlice([]string{"PREVENT", "ABANDON", "DELETE"}, false),
87-
},
8880
"auto_create_network": {
8981
Type: schema.TypeBool,
9082
Optional: true,

0 commit comments

Comments
 (0)