Has anyone deploy terraform script from one accoun...
# terraform
l
Has anyone deploy terraform script from one account to another that is apart of the same organization? This is for ecs tasks and service. I want to assume the roles from the main account.
t
And ideally you segregate the different accounts via organizing them into different environments or workspaces
You absolutely want to minimize code that touches two accounts at the same time, if you can.
l
I’ve create separate vpc, subnet, nat gateway. My intent to pull from the main ecs cluster.
We use cloud9 with ssm into vscode. The cloud9 instance are on different account.