Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 17, 2024
1 parent 14982e9 commit 46976fd
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion hooks/provider-pinned-versions/fixtures/fail_when_mixed.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 = "5.78.0"
version = "5.81.0"
}
newrelic = {
source = "newrelic/newrelic"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.78.0"
version = "5.81.0"
}
cyral = {
source = "cyralinc/cyral"
version = "4.14.1"
version = "4.15.0"
}
mysql = {
source = "petoju/mysql"
version = "3.0.67"
}
newrelic = {
source = "newrelic/newrelic"
version = "3.52.1"
version = "3.53.0"
}
}
}
4 changes: 2 additions & 2 deletions hooks/provider-pinned-versions/fixtures/pass_when_inlined.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_version = ">= 1.0.0, < 2.0.0"

required_providers {
aws = { source = "hashicorp/aws", version = "5.78.0" }
cyral = { source = "cyralinc/cyral", version = "4.14.1" }
aws = { source = "hashicorp/aws", version = "5.81.0" }
cyral = { source = "cyralinc/cyral", version = "4.15.0" }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.78.0-beta-some-branch-name"
version = "5.81.0"
}
newrelic = {
source = "newrelic/newrelic"
version = "3.52.1"
version = "3.53.0"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ terraform {

required_providers {
aws = {
version = "5.78.0"
version = "5.81.0"
source = "hashicorp/aws"
}
cyral = {
source = "cyralinc/cyral"
version = "4.14.1"
version = "4.15.0"
}
}
}

0 comments on commit 46976fd

Please sign in to comment.