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
I'm getting Invalid Configuration for Read-Only Attribute error when I try to terraform plan in terraform-aws folder.
│ Error: Invalid Configuration for Read-Only Attribute
│
│ with tls_self_signed_cert.ca,
│ on certs.tf line 15, in resource "tls_self_signed_cert" "ca":
│ 15: 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.
│
│ Refer to the provider documentation or contact the provider developers for additional information about configurable and
│ read-only attributes that are supported.
╵
╷
│ Error: Invalid Configuration for Read-Only Attribute
│
│ with tls_cert_request.node,
│ on certs.tf line 42, in resource "tls_cert_request" "node":
│ 42: 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.
│
│ Refer to the provider documentation or contact the provider developers for additional information about configurable and
│ read-only attributes that are supported.```
Terraform v1.0.2
The text was updated successfully, but these errors were encountered:
Hello,
I'm getting
Invalid Configuration for Read-Only Attribute
error when I try to terraform plan in terraform-aws folder.The text was updated successfully, but these errors were encountered: