summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
Diffstat (limited to 'jjb')
-rw-r--r--jjb/scripts/terraform_s3_docs_ship.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/jjb/scripts/terraform_s3_docs_ship.sh b/jjb/scripts/terraform_s3_docs_ship.sh
index d70fa6c91..7200cbf3c 100644
--- a/jjb/scripts/terraform_s3_docs_ship.sh
+++ b/jjb/scripts/terraform_s3_docs_ship.sh
@@ -18,6 +18,15 @@ echo "---> terraform_s3_docs_ship.sh"
set -exuo pipefail
cat >"/w/workspace/main.tf" <<'END_OF_TERRAFORM_SCRIPT'
+terraform {
+ required_providers {
+ aws = {
+ source = "hashicorp/aws"
+ version = "5.18.1"
+ }
+ }
+}
+
provider "aws" {
region = "us-east-1"
profile = "default"