Skip to content

ossentoo/terraform-sql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform azure sql server sample with modules

The aim of this sample is to try and separate out infrastructure into different environments.

To run this, please set environment variables in the terminal/bash shell like so:

export ARM_CLIENT_ID=zzz
export ARM_SUBSCRIPTION_ID=yyy
export ARM_TENANT_ID=zzz
export ARM_CLIENT_SECRET=zzz

where zzz and yyy are the values for the azure clientid, secret, tenantid and subscription.

Also, run "terraform init" from within the subscriptions folder.

To run this sample:

  • run the export commands to set the variables
  • cd into the subscriptions folder
  • run terraform init
  • run terraform plan
  • run terraform apply -auto-approve

About

Terraform Azure SQL sample

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages