Skip to content

Params cleanup - #38

Closed
enxebre wants to merge 3 commits into
masterfrom
params-cleanup
Closed

Params cleanup#38
enxebre wants to merge 3 commits into
masterfrom
params-cleanup

Conversation

@enxebre

@enxebre enxebre commented May 23, 2016

Copy link
Copy Markdown
Contributor

tested with terraform 0.7.0 dev

Comment thread docker/client/main.tf
variable "deploy_ssh_hosts" {}
variable "dns_names_list" { default = "*.*.cluster.internal,*.ec2.internal" }
variable "deploy_ssh_hosts" {
type = "list"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I thought the only types available were string and map? https://www.terraform.io/docs/configuration/variables.html

tamsky added a commit to tamsky/tf_tls that referenced this pull request Nov 16, 2016
@tamsky tamsky mentioned this pull request Nov 17, 2016
@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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants