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

availability_zone_relocation_enabled variable not found #11

Open
j0an2e opened this issue Oct 7, 2022 · 1 comment
Open

availability_zone_relocation_enabled variable not found #11

j0an2e opened this issue Oct 7, 2022 · 1 comment
Labels
bug 🐛 An issue with the system

Comments

@j0an2e
Copy link

j0an2e commented Oct 7, 2022

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

@j0an2e j0an2e added the bug 🐛 An issue with the system label Oct 7, 2022
@fehenaoc33
Copy link

The variable is defined in the variables.tf file in the line 183.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 An issue with the system
Projects
None yet
Development

No branches or pull requests

2 participants