aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2018-12-31 09:10:08 +0000
committerChristopher Baines <mail@cbaines.net>2018-12-31 09:10:08 +0000
commit124d15d7238c95b54ec019ead7eecf47f869a4be (patch)
tree4ebb63ecb07f8aeec83913b66c265237d96149e3
parentf971366295edea0de49d2f4d6d069f751d408aec (diff)
downloadgovuk-mini-environment-admin-124d15d7238c95b54ec019ead7eecf47f869a4be.tar
govuk-mini-environment-admin-124d15d7238c95b54ec019ead7eecf47f869a4be.tar.gz
Move towards using the S3 bucket data
Rather than the govuk-puppet backup source on the machine.
-rw-r--r--terraform/aws/backend/main.tf2
1 files changed, 1 insertions, 1 deletions
diff --git a/terraform/aws/backend/main.tf b/terraform/aws/backend/main.tf
index 0ec590b..5b1dc0b 100644
--- a/terraform/aws/backend/main.tf
+++ b/terraform/aws/backend/main.tf
@@ -320,7 +320,7 @@ EOF
# This is needed for things like guix copy to work
<<EOF
echo 'GUIX_PROFILE=/home/ubuntu/.guix-profile; source /home/ubuntu/.guix-profile/etc/profile
-export GDS_GUIX_GOVUK_PUPPET_BACKUPS_DIRECTORY=/mnt/efs/govuk-puppet-backups
+export GOVUK_AWS_DONT_ASSUME_ROLE=true
' | cat - .bashrc > temp && mv temp .bashrc
EOF
]