Skip to content

Instantly share code, notes, and snippets.

@allthingsclowd
Last active May 17, 2017 18:32
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/e464fdf4abdf9b849a7de3669dc5291c to your computer and use it in GitHub Desktop.
Save allthingsclowd/e464fdf4abdf9b849a7de3669dc5291c to your computer and use it in GitHub Desktop.
Fujitsu K5 Terraform Example Provider
# Openstack Provider
provider "openstack" {
user_name = "1. Enter K5 Username"
password = "2. Enter K5 Password"
tenant_name = "3. Enter K5 Target Project Name"
domain_name = "4. Enter K5 Contract Name"
# 5. Change the "uk-1" region below to match your target region
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