-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
AWS RedShift Subnet Group resource does not support tags #9492
Comments
I have reproduced this behavior and will attempt to fix tonight. Building some new redshift clusters this weekend so I'll definitely get to it then. |
Fixes #9492 ``` % make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSRedshiftSubnetGroup_' ==> Checking that code complies with gofmt requirements... go generate $(go list ./... | grep -v /terraform/vendor/) 2016/10/21 17:16:02 Generated command/internal_plugin_list.go TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSRedshiftSubnetGroup_ -timeout 120m === RUN TestAccAWSRedshiftSubnetGroup_importBasic --- PASS: TestAccAWSRedshiftSubnetGroup_importBasic (86.54s) === RUN TestAccAWSRedshiftSubnetGroup_basic --- PASS: TestAccAWSRedshiftSubnetGroup_basic (85.50s) === RUN TestAccAWSRedshiftSubnetGroup_updateSubnetIds --- PASS: TestAccAWSRedshiftSubnetGroup_updateSubnetIds (140.01s) === RUN TestAccAWSRedshiftSubnetGroup_tags --- PASS: TestAccAWSRedshiftSubnetGroup_tags (136.02s) PASS ok github.com/hashicorp/terraform/builtin/providers/aws 448.075 ```
Fixes #9492 ``` % make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSRedshiftSubnetGroup_' ==> Checking that code complies with gofmt requirements... go generate $(go list ./... | grep -v /terraform/vendor/) 2016/10/21 17:16:02 Generated command/internal_plugin_list.go TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSRedshiftSubnetGroup_ -timeout 120m === RUN TestAccAWSRedshiftSubnetGroup_importBasic --- PASS: TestAccAWSRedshiftSubnetGroup_importBasic (86.54s) === RUN TestAccAWSRedshiftSubnetGroup_basic --- PASS: TestAccAWSRedshiftSubnetGroup_basic (85.50s) === RUN TestAccAWSRedshiftSubnetGroup_updateSubnetIds --- PASS: TestAccAWSRedshiftSubnetGroup_updateSubnetIds (140.01s) === RUN TestAccAWSRedshiftSubnetGroup_tags --- PASS: TestAccAWSRedshiftSubnetGroup_tags (136.02s) PASS ok github.com/hashicorp/terraform/builtin/providers/aws 448.075 ```
Fixes #9492 ``` % make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSRedshiftSubnetGroup_' ==> Checking that code complies with gofmt requirements... go generate $(go list ./... | grep -v /terraform/vendor/) 2016/10/21 17:16:02 Generated command/internal_plugin_list.go TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSRedshiftSubnetGroup_ -timeout 120m === RUN TestAccAWSRedshiftSubnetGroup_importBasic --- PASS: TestAccAWSRedshiftSubnetGroup_importBasic (86.54s) === RUN TestAccAWSRedshiftSubnetGroup_basic --- PASS: TestAccAWSRedshiftSubnetGroup_basic (85.50s) === RUN TestAccAWSRedshiftSubnetGroup_updateSubnetIds --- PASS: TestAccAWSRedshiftSubnetGroup_updateSubnetIds (140.01s) === RUN TestAccAWSRedshiftSubnetGroup_tags --- PASS: TestAccAWSRedshiftSubnetGroup_tags (136.02s) PASS ok github.com/hashicorp/terraform/builtin/providers/aws 448.075 ```
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Terraform Version
Terraform 0.7.7
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
Creates a RedShift subnet group with the specified tags.
Actual Behavior
invalid or unknown key: tags
Steps to Reproduce
terraform plan
Important Factoids
Tags on RedShift subnet groups are supported via the aws-cli as referenced at http://docs.aws.amazon.com/cli/latest/reference/redshift/create-cluster-subnet-group.html
The text was updated successfully, but these errors were encountered: