fpco / terraform-aws-foundation

Establish a solid Foundation on AWS with these modules for Terraform
MIT License
204 stars 98 forks source link

Use a data source instead of a resource to look up workspaces in the TF Cloud credentials module #271

Closed mcgirr closed 4 years ago

mcgirr commented 4 years ago
mcgirr commented 4 years ago

This should be ready to go now.

mcgirr commented 4 years ago

We should keep the branch associated with the PR until there is a new release.

mcgirr commented 4 years ago

@ketzacoatl I will resolve the merge conflcts on this but it will be important to get this into a new release. The one that is currently on master should not be used because it uses a resource instead of a data source in data.tf (which is why so far we've been using this branch's ref in our module sources where this is used).