There was an error while loading. Please reload this page.
1 parent 43e40df commit 8f66018Copy full SHA for 8f66018
1 file changed
deploy/operations/docker-compose.yaml
@@ -10,6 +10,13 @@ services:
10
- AWS_SECRET_ACCESS_KEY
11
- AWS_SESSION_TOKEN
12
- AWS_REGION
13
+ - TF_VAR_app_hostname
14
+ - TF_VAR_aws_iam_administrator_role
15
+ - TF_VAR_aws_iam_ci_role
16
+ - TF_VAR_aws_iam_permissions_boundary
17
+ - TF_VAR_aws_role_to_assume
18
+ - TF_VAR_aws_route53_zone_id
19
+ - TF_VAR_db_hostname_suffix
20
volumes:
21
- type: bind
22
source: ../../
0 commit comments