Skip to content

Commit

Permalink
terraform/dev Upgrade Terraform to 1.0.11
Browse files Browse the repository at this point in the history
Now natively supports using Apple Silicon.

Generated the lockfile using:

    terraform providers lock \
        -platform=linux_amd64 -platform=linux_arm64 \
        -platform=darwin_amd64 -platform=darwin_arm64

Jira: OPS-1502
  • Loading branch information
bheesham committed Nov 25, 2024
1 parent 8821000 commit 1945dbf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions terraform/dev/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion terraform/dev/.tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
terraform 0.15.5
terraform 1.0.11
2 changes: 1 addition & 1 deletion terraform/dev/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ provider "aws" {
}

terraform {
required_version = "~> 0.15.0"
required_version = "~> 1.0.0"
required_providers {
aws = {
source = "hashicorp/aws"
Expand Down

0 comments on commit 1945dbf

Please sign in to comment.