Skip to content

Commit

Permalink
Add missing inputs to the wordpress example (#62)
Browse files Browse the repository at this point in the history
* There are two missing properties in the locals dict

* Auto Format

Co-authored-by: cloudpossebot <[email protected]>
  • Loading branch information
evertonevaristo and cloudpossebot authored Jun 7, 2021
1 parent 8ac3834 commit 0c9714d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ Like this project? Please give it a ★ on [our GitHub](https://github.com/cloud
Are you using this project or any of our other projects? Consider [leaving a testimonial][testimonial]. =)



## Related Projects

Check out these related projects.
Expand All @@ -275,8 +276,6 @@ Check out these related projects.
- [terraform-aws-s3-website](https://github.com/cloudposse/terraform-aws-s3-website) - Terraform module to provision S3-backed websites
- [terraform-root-modules/aws/docs](https://github.com/cloudposse/terraform-root-modules/tree/master/aws/docs) - Reference implementation combining `terraform-aws-s3-website` with `terraform-aws-cdn`



## Help

**Got a question?** We got answers.
Expand Down
2 changes: 2 additions & 0 deletions examples/wordpress/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ locals {
forward_header_values = ["*"]
forward_query_string = true
lambda_function_association = []
cache_policy_id = ""
origin_request_policy_id = ""
}
}

Expand Down

0 comments on commit 0c9714d

Please sign in to comment.