Skip to content

Commit 1b9c58d

Browse files
authored
Update service_principal_key.md (#1298)
1 parent f161c28 commit 1b9c58d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/service_principal_key.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ resource "time_rotating" "key_rotation" {
3838
3939
resource "hcp_service_principal_key" "key" {
4040
service_principal = hcp_service_principal.example.resource_name
41-
rotation_triggers {
41+
rotate_triggers = {
4242
rotation_time = time_rotating.key_rotation.rotation_rfc3339
4343
}
4444
}

0 commit comments

Comments
 (0)