#terragrunt (2022-11)

terragrunt

Terragrunt discussions

Archive: https://archive.sweetops.com/terragrunt/

2022-11-08

ghostface avatar
ghostface

i’m finding that specifying role_arn here is ignored for the s3 bucket. it’s used for the dynamo lock lookup, but for the s3 bucket init, it doesn’t use the role_arn defined here https://www.terraform.io/language/settings/backends/s3#assume-role-configuration

and instead uses the local credentials.

Backend Type: s3 | Terraform | HashiCorp Developerattachment image

Terraform can store state remotely in S3 and lock that state with DynamoDB.

    keyboard_arrow_up