-
Notifications
You must be signed in to change notification settings - Fork 373
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
data.aws_subnets.default.ids known only after apply #297
Comments
Does anyone have a workaround for this? I'm also seeing it with version 2.0.0 |
For what it's worth, only the master/org management account is throwing the error. Other accounts process correctly |
This is how I resolved things: This issue looked due to the state for each
To get around that, I removed all of the aws_default_vpc resources from state and re-added each:
I then removed all of the |
Describe the bug
When running terraform plan, the following message is thrown 17 times. This only occurs when used with
aws_organizations_organization
This appears to be once per provider excluding
aws
in theproviders
block.Versions
Reproduction
AWS_ACCESS_KEY_ID
andAWS_SECRET_ACCESS_KEY
as variables to workspace with appropriate rights to carry out all tasksterraform init
terraform plan
Expected behavior
Expected plan to complete
Actual behavior
The following message is thrown 17 times. This appears to be once per provider excluding
aws
in theproviders
block. This only occurs when used withaws_organizations_organization
Additional context
Configuration
The text was updated successfully, but these errors were encountered: