Skip to content

Instantly share code, notes, and snippets.

@allthingsclowd
Created May 17, 2017 18:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save allthingsclowd/9dc57aa187754137de5ae74dd76003af to your computer and use it in GitHub Desktop.
Save allthingsclowd/9dc57aa187754137de5ae74dd76003af to your computer and use it in GitHub Desktop.
K5_Terraform_Example_Provider_Complete
# Openstack Provider
provider "openstack" {
user_name = "landg"
password = "ThisIsMySecretPasswordTellNoOne"
tenant_name = "Project_B"
domain_name = "YssmW1yI"
auth_url = "https://identity.uk-1.cloud.global.fujitsu.com/v3"
insecure = true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment