You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When sharing a tgw across two accounts within the same Organizations and RAM Sharing with AWS Organizations is enabled there is no need to create an aws_ram_resource_share_accepter as explained here.
however with the current module we cannot control this behavior using a module variable and the resource aws_ram_resource_share_accepter is created whether or not the sharing within the orga is enabled or not.
Describe the solution you'd like.
Add a variable called ram_sharing_organization_enabled set to false by default that would be added to the module so that when enabled the resource aws_ram_resource_share_accepter is not created. For instance:
The text was updated successfully, but these errors were encountered:
laserpedro
changed the title
Do not create resource aws_ram_resource_share_accepter if aws sharing organizations is enabled
Do not create resource aws_ram_resource_share_accepter if aws sharing organization is enabled
Aug 16, 2023
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.
problem
When sharing a tgw across two accounts within the same Organizations and RAM Sharing with AWS Organizations is enabled there is no need to create an
aws_ram_resource_share_accepter
as explained here.however with the current module we cannot control this behavior using a module variable and the resource
aws_ram_resource_share_accepter
is created whether or not the sharing within the orga is enabled or not.Describe the solution you'd like.
Add a variable called
ram_sharing_organization_enabled
set to false by default that would be added to the module so that when enabled the resourceaws_ram_resource_share_accepter
is not created. For instance:The text was updated successfully, but these errors were encountered: