Skip to content

Commit 5db0f3b

Browse files
James NaylorAlan Clucas
James Naylor
authored and
Alan Clucas
committed
Add support for EC2 using IAM Role to access s3
This adds an optional behaviour to setup the hub to access the s3 bucket using IAM in AWS
1 parent 754ed32 commit 5db0f3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

terraform/aws_cloudflare/hosts.tpl

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ db_host = ${db_host}
55
db_name = ${db_name}
66
db_user = ${db_user}
77
db_password = ${db_password}
8+
s3_useIam = ${use_iam_for_s3}
89
s3_endpoint = ${s3_endpoint}
910
s3_accessKeyId = ${s3_accessKeyId}
1011
s3_secretAccessKey = ${s3_secretAccessKey}

0 commit comments

Comments
 (0)