Skip to content
Snippets Groups Projects
Commit 05b4a229 authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

Replace ${TF_var-name } with {} in provider.tf

parent 8c2b0bde
No related branches found
No related tags found
No related merge requests found
variable "auth_url" ${TF_AUTH_URL}
variable "project_domain_name" ${TF_PROJECT_NAME}
variable "user_domain_name" ${TF_USER_DOMAIN_NAME}
variable "region" ${TF_REGION_NAME}
variable "user_name" ${TF_USERNAME}
variable "password" ${TF_PASSWORD}
variable "auth_url" {}
variable "project_domain_name" {}
variable "user_domain_name" {}
variable "region" {}
variable "user_name" {}
variable "password" {}
provider "openstack" {
auth_url = "${var.auth_url}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment