Skip to content

Commit

Permalink
[nc] tf 1.9
Browse files Browse the repository at this point in the history
Signed-off-by: Nic Cheneweth <[email protected]>
  • Loading branch information
ncheneweth committed Jul 2, 2024
1 parent af0f8a6 commit d003e89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ orbs:

globals:
- &context empc-lab
- &executor-image twdps/circleci-infra-aws:alpine-7.2.1
- &executor-image twdps/circleci-infra-aws:alpine-8.1.0

on-push-main: &on-push-main
branches:
Expand Down
4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
terraform {
required_version = "~> 1.8"
required_version = "~> 1.9"
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.48"
version = "~> 5.56"
}
}

Expand Down

0 comments on commit d003e89

Please sign in to comment.