Skip to content

Commit a6c1be8

Browse files
committed
WIP: update example
1 parent 996790c commit a6c1be8

File tree

1 file changed

+3
-3
lines changed
  • examples/resources/grafana_cloud_access_policy_rotating_token

1 file changed

+3
-3
lines changed

examples/resources/grafana_cloud_access_policy_rotating_token/resource.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ resource "time_rotating" "token_rotation" {
2626
resource "grafana_cloud_access_policy_token_rotation" "test" {
2727
region = "prod-us-east-0"
2828
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
29+
name_prefix = "my-policy-rotating-token"
30+
display_name = "My Policy Rotating Token"
31+
rotate_after = time_rotating.token_rotation.unix
3232
post_rotation_lifetime = "24h"
3333
}

0 commit comments

Comments
 (0)