Execute Terraform apply with AWS assume role

后端 未结 4 1999
夕颜
夕颜 2021-02-02 01:11

I need to execute a Terraform template to provision infrastructure for an AWS account which I can access by assuming a role.

The problem I have now is I do not have an I

4条回答
  •  渐次进展
    2021-02-02 01:28

    Generally speaking you'll need to bootstrap the target account. Minimally this means creating a role that is assumable from the pipeline role, but could include some other resources.

提交回复
热议问题