You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 3, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: .pre-commit-config.yaml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,12 @@ default_stages: [commit]
5
5
# Terraform Fmt : Used to rewrite Terraform configuration files to a canonical format and style.
6
6
# Terraform Validate : Validates the configuration files in a directory, referring only to the configuration and not accessing any remote services such as remote state, provider APIs, etc
| rotation | Specifies the key rotation time interval in months |`map(string)`| n/a| Atleast one of rotation/dual_auth_delete|
52
46
| dual_auth_delete | Data associated with the dual authorization delete policy.|`map(string)`| n/a | Atleast one of rotation/dual_auth_delete|
53
47
@@ -78,6 +72,11 @@ Note:
78
72
79
73
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
80
74
75
+
~> NOTE:
76
+
```
77
+
The ability to use the ibm_kms_key resource to create or update key policies in Terraform has been removed in favor of a dedicated ibm_kms_key_policies resource.
78
+
```
79
+
81
80
## NOTE: If we want to make use of a particular version of module, then set the argument "version" to respective module version
0 commit comments