-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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 RAM Share doesn't provide ability to add permissions #20499
Comments
Wanted to provide some additional color. AWS Powershell provides similar function see here. Note that their option in handling the permission is as follows: PermissionArn <String[]> |
A new field This may be related to #17606 |
This functionality has been released in v4.17.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
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. |
Community Note
Description
Attempting to perform an organizational resource share of Route53 Resolver Rule. It shares without issue across org when I utilize the console, including showing up in the resolver ruleset in each account. However, it only shows up in the RAM share in the accounts when I utilize Terraform. The only difference I can see is when I go through the "wizard" in the console, there are additional permissions (specifically the AWSRAMDefaultPermissionResolverRule permission which allows for the rule to be consumed by Route 53 Resolver). In reviewing what was created by Terraform, there are no policies associated with the rule when shared.
I need a means to associate this policy so that the rules are available for use in other accounts.
New or Affected Resource(s)
I would assume this would land in either:
aws_ram_principal_association
aws_ram_resource_share
or a new resource which applies the policy to the RAM resource.
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: