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
When upgrading from v0.1.2 to v1.1.0, terraform gives the following error:
│ Error: Unsupported argument
│
│ on .terraform/modules/redshift_cluster/main.tf line 18, in resource "aws_redshift_cluster" "default":
│ 18: availability_zone_relocation_enabled = var.availability_zone_relocation_enabled
│
│ An argument named "availability_zone_relocation_enabled" is not expected
│ here.
A further look in variable.tf shows that var.availability_zone_relocation_enabled is not defined.
Expected Behavior
Successful plan
The text was updated successfully, but these errors were encountered:
Describe the Bug
When upgrading from v0.1.2 to v1.1.0, terraform gives the following error:
│ Error: Unsupported argument
│
│ on .terraform/modules/redshift_cluster/main.tf line 18, in resource "aws_redshift_cluster" "default":
│ 18: availability_zone_relocation_enabled = var.availability_zone_relocation_enabled
│
│ An argument named "availability_zone_relocation_enabled" is not expected
│ here.
A further look in variable.tf shows that var.availability_zone_relocation_enabled is not defined.
Expected Behavior
Successful plan
The text was updated successfully, but these errors were encountered: