-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
upgraded TF to 1.9.6 and setup-terraform to 3.1.2
1 parent
9b99c55
commit b9369db
Showing
33 changed files
with
41 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -85,9 +85,9 @@ runs: | |
run: ./build_and_push.sh | ||
|
||
- name: Terraform setup | ||
uses: hashicorp/[email protected].1 | ||
uses: hashicorp/[email protected].2 | ||
with: | ||
terraform_version: 1.9.5 | ||
terraform_version: 1.9.6 | ||
|
||
- name: Terraform init | ||
shell: bash | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,9 +29,9 @@ runs: | |
- uses: azure/login@v1 | ||
with: | ||
creds: ${{ inputs.azure_creds }} | ||
- uses: hashicorp/[email protected].1 | ||
- uses: hashicorp/[email protected].2 | ||
with: | ||
terraform_version: 1.9.5 | ||
terraform_version: 1.9.6 | ||
- name: Build ReportStream function app | ||
uses: ./.github/actions/build-reportstream-functions | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,9 +18,9 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: hashicorp/[email protected].1 | ||
- uses: hashicorp/[email protected].2 | ||
with: | ||
terraform_version: 1.9.5 | ||
terraform_version: 1.9.6 | ||
- name: Terraform fmt | ||
run: terraform fmt -check -recursive | ||
|
||
|
@@ -35,9 +35,9 @@ jobs: | |
global | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: hashicorp/[email protected].1 | ||
- uses: hashicorp/[email protected].2 | ||
with: | ||
terraform_version: 1.9.5 | ||
terraform_version: 1.9.6 | ||
- name: Terraform Init | ||
run: | | ||
for d in $TERRAFORM_DIRS | ||
|
@@ -72,10 +72,10 @@ jobs: | |
if: ${{ github.actor != 'dependabot[bot]' }} | ||
with: | ||
creds: ${{ secrets.AZURE_CREDENTIALS }} | ||
- uses: hashicorp/[email protected].1 | ||
- uses: hashicorp/[email protected].2 | ||
if: ${{ github.actor != 'dependabot[bot]' }} | ||
with: | ||
terraform_version: 1.9.5 | ||
terraform_version: 1.9.6 | ||
- name: Terraform Init Prod | ||
if: ${{ github.actor != 'dependabot[bot]' }} | ||
run: make init-prod | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,9 +63,9 @@ jobs: | |
if: ${{ matrix.env == 'prod' || matrix.env == 'stg' || matrix.env == 'training' }} | ||
run: | | ||
echo "OKTA_API_TOKEN=${{ secrets.OKTA_API_TOKEN }}" >> "$GITHUB_ENV" | ||
- uses: hashicorp/[email protected].1 | ||
- uses: hashicorp/[email protected].2 | ||
with: | ||
terraform_version: 1.9.5 | ||
terraform_version: 1.9.6 | ||
- name: Terraform Init | ||
run: make init-${{ matrix.env }} | ||
- name: Build ReportStream function app | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ terraform { | |
version = "~> 3.5" | ||
} | ||
} | ||
required_version = "~> 1.9.5" | ||
required_version = "~> 1.9.6" | ||
} | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ terraform { | |
version = "~> 3.5" | ||
} | ||
} | ||
required_version = "~> 1.9.5" | ||
required_version = "~> 1.9.6" | ||
} | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ terraform { | |
version = "~> 3.5" | ||
} | ||
} | ||
required_version = "~> 1.9.5" | ||
required_version = "~> 1.9.6" | ||
} | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ terraform { | |
version = "~> 3.5" | ||
} | ||
} | ||
required_version = "~> 1.9.5" | ||
required_version = "~> 1.9.6" | ||
} | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ terraform { | |
version = "~> 3.5" | ||
} | ||
} | ||
required_version = "~> 1.9.5" | ||
required_version = "~> 1.9.6" | ||
} | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ terraform { | |
version = "~> 3.5" | ||
} | ||
} | ||
required_version = "~> 1.9.5" | ||
required_version = "~> 1.9.6" | ||
} | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ terraform { | |
version = "~> 3.5" | ||
} | ||
} | ||
required_version = "~> 1.9.5" | ||
required_version = "~> 1.9.6" | ||
} | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ terraform { | |
version = "~> 3.5" | ||
} | ||
} | ||
required_version = "~> 1.9.5" | ||
required_version = "~> 1.9.6" | ||
} | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ terraform { | |
version = "~> 3.5" | ||
} | ||
} | ||
required_version = "~> 1.9.5" | ||
required_version = "~> 1.9.6" | ||
} | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,5 +5,5 @@ terraform { | |
version = "~> 3.100.0" | ||
} | ||
} | ||
required_version = "~> 1.9.5" | ||
required_version = "~> 1.9.6" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,5 +5,5 @@ terraform { | |
version = "~> 4.3.0" | ||
} | ||
} | ||
required_version = "~> 1.9.5" | ||
required_version = "~> 1.9.6" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,5 +5,5 @@ terraform { | |
version = "~> 4.3.0" | ||
} | ||
} | ||
required_version = "~> 1.9.5" | ||
required_version = "~> 1.9.6" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,5 +5,5 @@ terraform { | |
version = "~> 2.14" | ||
} | ||
} | ||
required_version = "~> 1.9.5" | ||
required_version = "~> 1.9.6" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ terraform { | |
version = "~> 3.5" | ||
} | ||
} | ||
required_version = "~> 1.9.5" | ||
required_version = "~> 1.9.6" | ||
} | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ terraform { | |
version = "~> 3.5" | ||
} | ||
} | ||
required_version = "~> 1.9.5" | ||
required_version = "~> 1.9.6" | ||
} | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ terraform { | |
version = "~> 3.5" | ||
} | ||
} | ||
required_version = "~> 1.9.5" | ||
required_version = "~> 1.9.6" | ||
} | ||
|
||
|
||
|