Terraform-provider-aws: AWS CodeBuild using environment variables from EC2 Parameter Store

Created on 26 Sep 2017  ·  3Comments  ·  Source: hashicorp/terraform-provider-aws

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.

Terraform Version

v0.10.0

Affected Resource(s)

AWS CodeBuild
AWS EC2 Systems Manager Parameter Store

Expected Behavior

Be able to use variables stored at EC2 Parameter Store as a environment variables of AWS CodeBuild project.

Actual Behavior

Not supported.

bug serviccodebuild servicssm

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. 👍

All 3 comments

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!

Was this page helpful?
0 / 5 - 0 ratings