Skip to content

hadiulla/caf-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

caf-example

hub commands

terraform init -backend-config="storage_account_name=abc" \
              -backend-config="container_name=abc" \
              -backend-config="key=hub.tfstate" \
              -backend-config="use_azuread_auth=true" \
              -backend-config="subscription_id=xxxx" \
              -backend-config="tenant_id=yyyy"

terraform plan -var-file="hub/terraform.tfvars"

spoke commands

terraform init -backend-config="storage_account_name=abc" \
              -backend-config="container_name=abc" \
              -backend-config="key=spoke.tfstate" \
              -backend-config="use_azuread_auth=true" \
              -backend-config="subscription_id=xxxx" \
              -backend-config="tenant_id=yyyy"

terraform plan -var-file="spoke/terraform.tfvars"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages