Skip to content

Commit

Permalink
changed the provider version back to original and only changed terraf…
Browse files Browse the repository at this point in the history
…orm version
  • Loading branch information
shanice-skylight committed Sep 4, 2024
1 parent e5df214 commit be28cf0
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/actions/tf-deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ runs:
creds: ${{ inputs.azure_creds }}
- uses: hashicorp/[email protected]
with:
terraform_version: 1.3.3
terraform_version: 1.9.5
- name: Build ReportStream function app
uses: ./.github/actions/build-reportstream-functions
with:
Expand Down
4 changes: 2 additions & 2 deletions ops/dev4/_config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 4.0.1"
version = "~> 3.100.0"
}
}
required_version = "~> 1.3.3"
required_version = "~> 1.9.5"
}

provider "azurerm" {
Expand Down
4 changes: 2 additions & 2 deletions ops/dev4/persistent/_config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 4.0.1"
version = "~> 3.100.0"
}
okta = {
source = "okta/okta"
Expand All @@ -18,7 +18,7 @@ terraform {
version = "~> 3.5"
}
}
required_version = "~> 1.3.3"
required_version = "~> 1.9.5"
}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ terraform {
version = "~> 3.100.0"
}
}
required_version = "~> 1.3.3"
required_version = "~> 1.9.5"
}
2 changes: 1 addition & 1 deletion ops/services/okta-app/_config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ terraform {
version = "~> 4.3.0"
}
}
required_version = "~> 1.3.3"
required_version = "~> 1.9.5"
}
2 changes: 1 addition & 1 deletion ops/services/pagerduty/_config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ terraform {
version = "~> 2.14"
}
}
required_version = "~> 1.3.3"
required_version = "~> 1.9.5"
}

0 comments on commit be28cf0

Please sign in to comment.