Skip to content

Commit

Permalink
Update aws provider to v5
Browse files Browse the repository at this point in the history
Update github runner version to ubuntu-latest
  • Loading branch information
OlamideOl1 committed Dec 13, 2024
1 parent e82a86b commit d7d167f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/terraform-elasticache-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ defaults:
jobs:
checkfmt:
name: Format
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -23,7 +23,7 @@ jobs:

validate:
name: Validate
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -36,7 +36,7 @@ jobs:

docs:
name: Docs
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -51,7 +51,7 @@ jobs:

lint:
name: Lint
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/terraform-rds-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ defaults:
jobs:
checkfmt:
name: Format
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -22,7 +22,7 @@ jobs:

validate:
name: Validate
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -35,7 +35,7 @@ jobs:

docs:
name: Docs
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -50,7 +50,7 @@ jobs:

lint:
name: Lint
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion modules/elasticache-review/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.0"
version = "~> 5.0"
}
archive = {
source = "hashicorp/archive"
Expand Down
2 changes: 1 addition & 1 deletion modules/rds-review/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.0"
version = "~> 5.0"
}
archive = {
source = "hashicorp/archive"
Expand Down

0 comments on commit d7d167f

Please sign in to comment.