We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
hcp_service_principal_key
Terraform version: 1.9.7 HCP provider version: 0.99.0
[...] resource "hcp_service_principal_key" "key" { service_principal = hcp_service_principal.example.resource_name rotation_triggers { rotation_time = time_rotating.key_rotation.rotation_rfc3339 } }
Blocks of type "rotation_triggers" are not expected here.
[...] resource "hcp_service_principal_key" "key" { service_principal = hcp_service_principal.example.resource_name rotate_triggers = { rotation_time = time_rotating.key_rotation.rotation_rfc3339 } }
The text was updated successfully, but these errors were encountered:
From, FYI: https://registry.terraform.io/providers/hashicorp/hcp/latest/docs/resources/service_principal_key
Sorry, something went wrong.
No branches or pull requests
Terraform Version and Provider Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
Blocks of type "rotation_triggers" are not expected here.
Correct example
Community Note
The text was updated successfully, but these errors were encountered: