Skip to content

Commit

Permalink
Update Parameter tier for terraform outputs
Browse files Browse the repository at this point in the history
During the publish terraform outputs operation the script could fail because the data has exceeded the standard tier of 4KB. Specifying "Intelligent-Tiering" for this parameter so that it will default to "Advanced" 8KB when necessary.
  • Loading branch information
Stephen James committed Jan 17, 2024
1 parent 49bef16 commit a203230
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/publish_terraform_outputs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ aws ssm put-parameter --name "/moj-network-access-control/terraform/$ENV/outputs
--description "Terraform outputs that other pipelines or processes depend on" \
--value "$terraform_outputs" \
--type String \
--tier Intelligent-Tiering \
--overwrite

0 comments on commit a203230

Please sign in to comment.