Open PeterBurner opened 6 months ago
I was able to replicate this using CCAPI CLI, I believe this is an upstream issue.
aws cloudcontrol update-resource \
--type-name AWS::IoT::Authorizer \
--identifier test \
--patch-document '[{"op":"replace", "path": "/EnableCachingForHttp", "value": true}]'
Community Note
Terraform CLI and Terraform AWS Cloud Control Provider Version
Terraform: 1.7.5 Provider: 0.74.0
Affected Resource(s)
awscc_iot_authorizer
Terraform Configuration Files
Panic Output
Expected Behavior
When having the signing feature disabled updates to the resource should not fail.
Actual Behavior
When
signing_disabled
is set totrue
the initial deployment will succeed. However all subsequent deployments with changes to the resource block will fail. Settingtoken_signing_public_keys
null
as suggested in the error message does not help.Steps to Reproduce
terraform apply
with the provided Terraform config.terraform apply
with changed configuration