S3
IAM Policy
Grant the agent read-only access to the S3 bucket containing your Terraform state file:
s3:GetObject
s3:GetObjectVersion
s3:ListBucket
Alternatively, attach the AWS canned policy AmazonS3ReadOnlyAccess
.
Example Policy:
Configure S3 state backend in .resourcely.yaml
The following block will configure an S3 state backend:
Last updated