Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug with latest AWS provider #20

Closed
1 task done
hardbyte opened this issue Oct 18, 2022 · 1 comment
Closed
1 task done

Bug with latest AWS provider #20

hardbyte opened this issue Oct 18, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@hardbyte
Copy link

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:

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
@hardbyte hardbyte added the bug Something isn't working label Oct 18, 2022
@hardbyte
Copy link
Author

Looks like this is fixed in #18

@adenot adenot closed this as completed May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants