Skip to content

support terraform-0.7.x - #45

Open
tamsky wants to merge 11 commits into
Capgemini:masterfrom
tamsky:master
Open

support terraform-0.7.x#45
tamsky wants to merge 11 commits into
Capgemini:masterfrom
tamsky:master

Conversation

@tamsky

@tamsky tamsky commented Nov 17, 2016

Copy link
Copy Markdown

tested with 0.7.11

related to fixing Capgemini/kubeform#170
includes changes from #38

@enxebre

enxebre commented Nov 25, 2016

Copy link
Copy Markdown
Contributor

Thanks a lot! lets wait for merging Capgemini/kubeform#171 to get this one in

Comment thread docker/client/deploy.tf
early_renewal_hours = "${var.early_renewal_hours}"
ip_addresses_list = "${var.ip_addresses_list}"
dns_names_list = "${var.dns_names_list}"
ip_addresses_list = "${join(",",var.ip_addresses_list)}"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Do we need the joins here? Can't we use the "list" value on the trigger here and ones below?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I can see why I added in the first time b1a4420 not sure if this still apply for Terraform v0.7.13
Is this pr actually any different from #38 ?

@tamsky tamsky Dec 2, 2016

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

As best I can tell from my testing, triggers are still restricted to string-values only.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Is this pr actually any different from #38/ ?

#38 does require a rebase.

After careful further review of this PR, it appears to be identical except for format and ordering of elements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants