Skip to content

Commit

Permalink
terraform_data needs 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
halvorhm committed Nov 10, 2023
1 parent 097b9ad commit 0a9539d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ orbs:
# Preferably these would be a CircleCI parameter,
# but parameters doesn't support lists or maps :(
terraform-versions: &terraform-versions
- 1.3.7
- 1.4.4

example-folders: &example-folders
- examples/simple
Expand All @@ -30,4 +30,3 @@ workflows:
parameters:
tag: *terraform-versions
path: *example-folders

2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 1.3.0"
required_version = ">= 1.4.0"

required_providers {
aws = {
Expand Down

0 comments on commit 0a9539d

Please sign in to comment.