Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement terraform interpolations #66

Closed
eerkunt opened this issue Jan 25, 2019 · 4 comments
Closed

Implement terraform interpolations #66

eerkunt opened this issue Jan 25, 2019 · 4 comments

Comments

@eerkunt
Copy link
Member

eerkunt commented Jan 25, 2019

Currently, some of the values cannot be parsed because there are some terraform interpolations there. In some cases, it might be impossible to retrieve the data ( e.g. using remote module outputs ).

At least there must be a method for general use for terraform interpolations. Then we can just iterate and add more support on iterations throughout the terraform lifecycle.

@eerkunt eerkunt added this to the 0.6 milestone Jan 25, 2019
@eerkunt
Copy link
Member Author

eerkunt commented Jan 25, 2019

A fix to this issue will also fix the problem defined in ;

@karthikeayan
Copy link
Contributor

Shouldn't this be done at terraform_validate level?

@eerkunt
Copy link
Member Author

eerkunt commented Feb 5, 2019

The plan is to remove terraform_validate dependency in near future. It has been added too many things within the terraform-compliance that terraform_validate doesn't support. Might be much easier without having the dependency.

@eerkunt
Copy link
Member Author

eerkunt commented Jun 20, 2019

All interpolations are supported with 1.0.0 release.

@eerkunt eerkunt closed this as completed Jun 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants