Skip to content

Commit d2be1b5

Browse files
shuyama1maxi-cit
authored andcommitted
update google_folder doc to include deletion_protection (GoogleCloudPlatform#13153)
1 parent 288ac95 commit d2be1b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mmv1/third_party/terraform/website/docs/r/google_folder.html.markdown

+2
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ The following arguments are supported:
5555
* `parent` - (Required) The resource name of the parent Folder or Organization.
5656
Must be of the form `folders/{folder_id}` or `organizations/{org_id}`.
5757

58+
* `deletion_protection` - (Optional) Whether Terraform will be prevented from destroying or recreating the Folder. When the field is set to `true` or unset in Terraform state, a `terraform apply` or `terraform destroy` that would delete the folder will fail. When the field is set to `false`, deleting the folder is allowed. Default value is `true`.
59+
5860
* `tags` - (Optional) A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated. This field is only set at create time and modifying this field after creation will trigger recreation. To apply tags to an existing resource, see the `google_tags_tag_value` resource.
5961

6062
## Attributes Reference

0 commit comments

Comments
 (0)