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

Fix tls parameters. #86

Closed
wants to merge 1 commit into from
Closed

Fix tls parameters. #86

wants to merge 1 commit into from

Conversation

enxebre
Copy link
Contributor

@enxebre enxebre commented May 23, 2016

tested with terraform 0.7.0 dev

@tayzlor
Copy link
Member

tayzlor commented May 31, 2016

Blocking based on 0.7 release and Capgemini/tf_tls#38 upstream being merged pending 0.7 release

tamsky added a commit to tamsky/kubeform that referenced this pull request Nov 17, 2016
tamsky added a commit to tamsky/kubeform that referenced this pull request Dec 1, 2016
* includes changes from Capgemini#86
* Fix nested quotes for terraform 0.7.x
* Use template_file as data resource for terraform 0.7.x
* Convert etcd_discovery_url to null_resource

  In Terraform 0.7.x, template file data sources do not support the
  'provisioner' parameter. So instead, we must now use a null_resource to
  get the discovery URL.

  And, unfortunately, depending on a null_resource does not mean that you
  can read the file before it exists.

* separate out vpc_public_cidrs_list and move it next to dependent list of AZs
* aws_instance: fix subnet_id
* convert security_groups -> vpc_security_group_ids
* tag aws_vpc with org Name
* add empty etcd_discovery_url.txt
enxebre pushed a commit that referenced this pull request Dec 9, 2016
* Squashed commits:
* includes changes from #86
* Fix nested quotes for terraform 0.7.x
* Use template_file as data resource for terraform 0.7.x
* Convert etcd_discovery_url to null_resource

  In Terraform 0.7.x, template file data sources do not support the
  'provisioner' parameter. So instead, we must now use a null_resource to
  get the discovery URL.

  And, unfortunately, depending on a null_resource does not mean that you
  can read the file before it exists.

* separate out vpc_public_cidrs_list and move it next to dependent list of AZs
* aws_instance: fix subnet_id
* convert security_groups -> vpc_security_group_ids
* tag aws_vpc with org Name
* add empty etcd_discovery_url.txt

* update Requirements

* remove manual step

* terraform/aws/private-cloud: changes for terraform-0.7.x, harmonize vs changes to public-cloud
@enxebre enxebre closed this Nov 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants