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

Params cleanup #38

Closed
wants to merge 3 commits into from
Closed

Params cleanup #38

wants to merge 3 commits into from

Conversation

enxebre
Copy link
Contributor

@enxebre enxebre commented May 23, 2016

tested with terraform 0.7.0 dev

variable "deploy_ssh_hosts" {}
variable "dns_names_list" { default = "*.*.cluster.internal,*.ec2.internal" }
variable "deploy_ssh_hosts" {
type = "list"
Copy link
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