I would like to create a shared subnet in AWS. I can deploy a shared subnet via terraform and RAM. However, the subnets that are shared with the new account are not managed by terraform. For example, I would like to tag the new subnets that go to the other account.
How can I do this?
account A: Shares subnet through RAM
account B: Receives shared subnet. I would like to manage these subnets w/o importing them.