You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
terraform apply fails after updating providers to hashicorp/aws v4.35.0
Steps to reproduce
Upgrade the providers:
terraform init -upgrade
terraform plan
Expected behavior
Should work
Actual behavior
╷
│ Error: Invalid Configuration for Read-Only Attribute
│
│ with module.vpn.tls_cert_request.server,
│ on .terraform/modules/vpn/acm-certificate-server.tf line 6, in resource "tls_cert_request" "server":
│ 6: key_algorithm = "RSA"
│
│ Cannot set value for this attribute as the provider has marked it as read-only. Remove the configuration line setting the value.
Occurrence
Frequently
Relevant log output
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Contact Details (optional)
brian.thorne@ambiata.com
Description. What happened?
terraform apply fails after updating providers to
hashicorp/aws v4.35.0
Steps to reproduce
Upgrade the providers:
Expected behavior
Should work
Actual behavior
Occurrence
Frequently
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: