Skip to content

Commit

Permalink
Upgrade Terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed May 7, 2024
1 parent 4c2ab8f commit bb4945d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
34 changes: 17 additions & 17 deletions terraform-scripts/.terraform.lock.hcl

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

4 changes: 2 additions & 2 deletions terraform-scripts/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
github = {
source = "integrations/github"
version = "~> 5.0"
version = "~> 6.0"
}
}

Expand All @@ -14,7 +14,7 @@ terraform {
}
}

required_version = "~> 1.7.0"
required_version = "~> 1.8.0"
}

provider "github" {}
Expand Down

0 comments on commit bb4945d

Please sign in to comment.