-
-
Notifications
You must be signed in to change notification settings - Fork 234
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
RAM resource sharing between accounts fails #26
Comments
Possible solution found here - https://registry.terraform.io/providers/hashicorp/time/latest/docs/resources/sleep#triggers-usage Will test and report back. |
I was able to delay the creation of the
|
@2stacks thanks! I'm going to close this issue. |
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. |
When sharing TGW between two accounts in AWS GovCloud, terraform apply has to be executed multiple times before resource sharing is created successfully.
Versions
terraform = v0.13.5
aws provider = v3.2.0
transit-gateway module = 1.3.0
Module settings
Account A
Account B
First terraform apply shows the following in the output;
But the apply fails with the following error;
Running terraform plan again shows that the resource still needs to be created;
Running terraform apply again successfully accepts the pending resources share in the second account but the apply fails with the following error;
After running terraform apply two more times the existing share/invitation is deleted and accepted successfully.
First run;
Second run;
The text was updated successfully, but these errors were encountered: