Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

Reintroduce env_vars_length #85

Merged
merged 5 commits into from
Jul 16, 2018
Merged

Reintroduce env_vars_length #85

merged 5 commits into from
Jul 16, 2018

Conversation

alicefuzier
Copy link
Contributor

According to hashicorp/terraform#17287 and hashicorp/terraform#14677 length can only be calculated for not computed values. If a map or list contains computed values, the whole map is considered as computed.

This means the way we pass environment variables at the moment only works if there are no computed values (i.e. outputs from modules or outputs from terraform resource types).

So, reintroducing env_vars_length until terraform fixes this

@alicefuzier alicefuzier self-assigned this Jul 13, 2018
@alicefuzier alicefuzier requested a review from a team July 13, 2018 11:28
@alicefuzier alicefuzier changed the title [WIP] Reintroduce env_vars_length Reintroduce env_vars_length Jul 16, 2018
Copy link
Contributor

@mklander mklander left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, thanks

@alicefuzier alicefuzier merged commit d8eed10 into master Jul 16, 2018
@alicefuzier alicefuzier deleted the env_vars_cpunt branch July 16, 2018 10:17
@alicefuzier alicefuzier restored the env_vars_cpunt branch July 16, 2018 10:17
@alicefuzier alicefuzier deleted the env_vars_cpunt branch July 17, 2018 12:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants