-
Notifications
You must be signed in to change notification settings - Fork 669
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
VPC subnets created in incorrect resource group #1398
Comments
We fixed in latest release |
Successfully tested example failing use case against version 1.5.1. 👍 |
@timroster Is this related to VPC NextGen? https://www.ibm.com/cloud/blog/announcements/ibm-cloud-kubernetes-service-on-vpc-gen2 |
@y0zg Yes, this issue affected the version Note it was not specific to IKS on Gen 2. However code with the provider creating a vpc, subnet, and cluster in a non-default resource group would have been affected by this. |
Hi there,
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.
Terraform Version
Terraform v0.12.24
Affected Resource(s)
Please list the resources as a list, for example:
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
Terraform Configuration Files
Debug Output
https://gist.github.com/timroster/bdf4b90186955a1e9d6297a1c7b50e62
Panic Output
N/A
Expected Behavior
The VPC subnet should have been added to the resource group specified in the plan displayed before confirmation:
Actual Behavior
The VPC subnet was created in the Default resource group for the account:
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
(use a resource group in the account other than
default
orDefault
depending on the name of the default resource group for the account)Important Factoids
First appears in 1.5.0, works correctly in 1.4.0, 1.3.0
References
N/A
The text was updated successfully, but these errors were encountered: