Skip to content

Commit

Permalink
ER-790: Azure Refinements (#813)
Browse files Browse the repository at this point in the history
* ER-790: Autoscaling rules

* ER-790: Seed Development database

* ER-790: Global Firewall Rule

* ER-790: Generate Terraform variables

* ER-790: Lowercase variables

* ER-790: Typo

* ER-790: Lowercase variable keys

* ER-790: Rollback changes

* ER-790: Missing Terraform variable

* ER-790: Set last working Terraform versions

---------

Co-authored-by: Sunny Sidhu <[email protected]>
  • Loading branch information
sunny-sidhu-and and sunny-sidhu-and authored Sep 6, 2023
1 parent 1a7ff4a commit ac826f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tf-azure-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ jobs:
- name: Setup Terraform
uses: hashicorp/setup-terraform@v2
with:
terraform_version: 1.5.5
terraform_wrapper: false

# Initialise a new or existing Terraform working directory by creating initial files, loading any remote state, downloading modules, etc.
Expand Down
2 changes: 1 addition & 1 deletion terraform-azure/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = ">= 3.65.0"
version = "= 3.69.0"
}
}

Expand Down

0 comments on commit ac826f7

Please sign in to comment.