aboutsummaryrefslogtreecommitdiff
path: root/terraform
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2019-01-07 19:56:33 +0000
committerChristopher Baines <mail@cbaines.net>2019-01-07 19:56:33 +0000
commitde44db00ab49e8adf4145cdc58e5416905609c23 (patch)
treec1013c3698761077f07e1c9e0e45708e5df43f99 /terraform
parentc916b08ca13fb91267d29eaf1a5fc62958def82d (diff)
downloadgovuk-mini-environment-admin-de44db00ab49e8adf4145cdc58e5416905609c23.tar
govuk-mini-environment-admin-de44db00ab49e8adf4145cdc58e5416905609c23.tar.gz
Set environment variables when creating data snapshots
This means that govuk data can access the data from S3.
Diffstat (limited to 'terraform')
-rw-r--r--terraform/aws/backend/main.tf1
1 files changed, 0 insertions, 1 deletions
diff --git a/terraform/aws/backend/main.tf b/terraform/aws/backend/main.tf
index c375411..f0ecb1a 100644
--- a/terraform/aws/backend/main.tf
+++ b/terraform/aws/backend/main.tf
@@ -327,7 +327,6 @@ 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 GOVUK_AWS_DONT_ASSUME_ROLE=true
' | cat - .bashrc > temp && mv temp .bashrc
EOF
]