Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 763 Bytes

File metadata and controls

31 lines (22 loc) · 763 Bytes

Deployment

Setting up repo's secrets

Created the the follow secrets with the specified values.

  • ARM_CLIENT_ID: c075ec05-db99-4195-ba8b-f0d42995e5e1
  • ARM_CLIENT_SECRET: Check class website
  • ARM_SUBSCRIPTION_ID: 0bb59590-d012-407d-a545-7513aae8c4a7
  • ARM_TENANT_ID: 88d59d7d-aecb-41b2-90c5-55595de02536

(This was generated using the command az ad sp create-for-rbac --name dsba6190devops and then assigning the service principal as a Contributor the the Subscription.)

Getting Started with Terraform

Made main.tf, backend.tf, and variables.tf files.

Initialize Terraform Locally

terraform init

Check your HCL formatting

terraform fmt --recursive

See what Terraform will deploy

terraform plan