summaryrefslogtreecommitdiffstats
path: root/jjb/scripts/terraform_s3_docs_ship.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/scripts/terraform_s3_docs_ship.sh')
-rw-r--r--jjb/scripts/terraform_s3_docs_ship.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/jjb/scripts/terraform_s3_docs_ship.sh b/jjb/scripts/terraform_s3_docs_ship.sh
index 5989e3e9a..de177d35c 100644
--- a/jjb/scripts/terraform_s3_docs_ship.sh
+++ b/jjb/scripts/terraform_s3_docs_ship.sh
@@ -21,7 +21,7 @@ cat >"/w/workspace/main.tf" <<'END_OF_TERRAFORM_SCRIPT'
provider "aws" {
region = "us-east-1"
profile = "default"
- s3_force_path_style = false
+ s3_use_path_style = false
skip_credentials_validation = true
skip_metadata_api_check = true
skip_requesting_account_id = true
@@ -65,7 +65,6 @@ variable "file_match_pattern" {
variable "bucket" {
description = "S3 bucket name"
type = string
- default = "fdio-docs-s3-cloudfront-index"
}
variable "bucket_path" {