Skip to content

msftph/azure-spring-cloud-terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure Spring Cloud Terraform

Creates an azure spring cloud instance with terraform

Configuration

Authentication

You must setup authentication as specified in the azurerm terraform provider:

Variables

Change the values in the terraform.tfvars file to the values that match your environment

resource_group = "spring_cloud"
location = "East US"
private_key_path = "private_key_example"

Run

terraform init
terraform plan
terraform apply

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages