Hi there,
I'm using Terraform to create a AWS CodeBuild project and I want to avoid to put environment variables as a text plain, instead I want to use variables stored at EC2 Parameter Store.
v0.10.0
AWS CodeBuild
AWS EC2 Systems Manager Parameter Store
Be able to use variables stored at EC2 Parameter Store as a environment variables of AWS CodeBuild project.
Not supported.
Support for configuring environment variable type = "PARAMETER_STORE"
has been merged into master and will release with v1.21.0 of the AWS provider, likely middle of next week. 👍
This has been released in version 1.21.0 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.
I'm going to lock this issue because it has been closed for _30 days_ ⏳. This helps our maintainers find and focus on the active issues.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!
Most helpful comment
Support for configuring environment variable
type = "PARAMETER_STORE"
has been merged into master and will release with v1.21.0 of the AWS provider, likely middle of next week. 👍