issues
search
cloudposse
/
terraform-aws-transit-gateway
Terraform module to provision AWS Transit Gateway, AWS Resource Access Manager (AWS RAM) Resource, and share the Transit Gateway with the Organization or another AWS Account.
https://cloudposse.com/accelerate
Apache License 2.0
53
stars
47
forks
source link
Output `ram_resource_share_id`
#17
Closed
nitrocode
closed
2 years ago
nitrocode
commented
2 years ago
what
Output
ram_resource_share_id
why
In case additional principals need to be associated to the ram resource share
At the moment, if var.ram_principal is passed in, the org data source is replaced, and there is no way to pass in multiple ram principals
Easiest solution is to export the ram resource share id and associate from outside the module
references
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ram_principal_association
Related PR but different
https://github.com/cloudposse/terraform-aws-transit-gateway/pull/14
nitrocode
commented
2 years ago
/test all
what
ram_resource_share_id
why
references