Skip to content

Invalid Configuration for Read-Only Attribute #118

@araufdogan

Description

@araufdogan

Hello,

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions