Skip to content

Commit

Permalink
update example to include ssm_read_paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ntno authored Dec 30, 2022
1 parent 01fedad commit efa691b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ module "portfolio_site_cicd" {
deploy_bucket = "ntno.net"
github_environment_name = "gh-prod"
cloudfront_distribution_id = module.portfolio_site.content_cloudfront_distribution_info.id
ssm_read_paths = [aws_ssm_parameter.portfolio_site_cloudfront_distribution_id.name]
tags = {
project-environment = "production"
}
Expand Down Expand Up @@ -106,4 +107,4 @@ module "demo_site_cicd" {
}
}
}
```
```

0 comments on commit efa691b

Please sign in to comment.