Terraform-provider-aws: AWS CodeBuild support for EFS

Created on 7 Feb 2020  路  4Comments  路  Source: hashicorp/terraform-provider-aws

Community Note

  • Please vote on this issue by adding a 馃憤 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

You can now use Amazon Elastic Filesystem (EFS) in AWS CodeBuild build jobs.

New or Affected Resource(s)

Potential Terraform Configuration

resource "aws_codebuild_project" "example" {
  file_system_location {
    type = "EFS"
    ...
  }
}

References

Announcement.
Requires AWS SDK v1.28.12:

enhancement serviccodebuild

Most helpful comment

Hi, this feature would be really useful. I noticed there's an open PR for this https://github.com/terraform-providers/terraform-provider-aws/pull/12130

Is this likely to be merged soon?

Thanks

All 4 comments

Hi,

I also need this feature because codebuild cannot resolv DNS EFS endpoint :/

Thanks

ditto for @florianmagnin message

Hi, this feature would be really useful. I noticed there's an open PR for this https://github.com/terraform-providers/terraform-provider-aws/pull/12130

Is this likely to be merged soon?

Thanks

This would be great, is there an update on when we're likely to see this?

Was this page helpful?
0 / 5 - 0 ratings