We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996790c commit a6c1be8Copy full SHA for a6c1be8
examples/resources/grafana_cloud_access_policy_rotating_token/resource.tf
@@ -26,8 +26,8 @@ resource "time_rotating" "token_rotation" {
26
resource "grafana_cloud_access_policy_token_rotation" "test" {
27
region = "prod-us-east-0"
28
access_policy_id = grafana_cloud_access_policy.test.policy_id
29
- name_prefix = "my-policy-token"
30
- display_name = "My Policy Token"
31
- rotate_after = time_rotating.token_rotation.rfc3339
+ name_prefix = "my-policy-rotating-token"
+ display_name = "My Policy Rotating Token"
+ rotate_after = time_rotating.token_rotation.unix
32
post_rotation_lifetime = "24h"
33
}
0 commit comments