Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

Commit

Permalink
remove unneeded .value
Browse files Browse the repository at this point in the history
  • Loading branch information
JT Archie authored May 25, 2018
1 parent 2c6f7b5 commit 220d2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/configure-ert/task.sh
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ cf_properties=$(
".properties.system_blobstore.external.resources_bucket": { "value": "\($terraform_prefix)-resources" },
".properties.system_blobstore.external.access_key": { "value": $aws_access_key },
".properties.system_blobstore.external.secret_key": { "value": { "secret": $aws_secret_key } },
".properties.system_blobstore.external.signature_version.value": { "value": "4" },
".properties.system_blobstore.external.signature_version": { "value": "4" },
".properties.system_blobstore.external.region": { "value": $aws_region },
".properties.system_blobstore.external.endpoint": { "value": $s3_endpoint }
}
Expand Down

0 comments on commit 220d2ae

Please sign in to comment.