Skip to content

Provider "registry.terraform.io/scylladb/scylladbcloud" produced an invalid plan for scylladbcloud_cluster.aws #111

@dkropachev

Description

@dkropachev

How to reproduce:

export TF_LOG="TRACE"
terraform apply

main.tf:

resource "scylladbcloud_cluster" "aws" {
  name       = "some-cluster-name"
  cloud      = "AWS"
  region     = "us-east-1"
  node_count = 3
  node_type  = "t3.micro"
  cidr_block = "172.31.0.0/24"
  enable_dns = true
  user_api_interface = "ALTERNATOR"
  alternator_write_isolation = "only_rmw_uses_lwt"
}

Trace logs:

2024-02-06T07:14:15.751-0400 [WARN]  Provider "registry.terraform.io/scylladb/scylladbcloud" produced an invalid plan for scylladbcloud_cluster.aws, but we are tolerating it because it is using the legacy plugin SDK.
    The following problems may be the cause of any confusing errors from downstream operations:
      - .enable_vpc_peering: planned value cty.True for a non-computed attribute

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions