Skip to content

Commit

Permalink
Merge pull request #1593 from portefaix/renovate/civo-1.x
Browse files Browse the repository at this point in the history
chore(deps): update terraform civo to v1.1.4
  • Loading branch information
nlamirault authored Jan 29, 2025
2 parents 0133127 + 0b7a7ff commit 415cb56
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion terraform/civo/kubernetes/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
civo = {
source = "civo/civo"
version = "1.1.3"
version = "1.1.4"
}
}
}
2 changes: 1 addition & 1 deletion terraform/civo/kubernetes/modules/kubernetes/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
# tflint-ignore: terraform_unused_required_providers
civo = {
source = "civo/civo"
version = "1.1.3"
version = "1.1.4"
}
}
}
2 changes: 1 addition & 1 deletion terraform/civo/network/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
civo = {
source = "civo/civo"
version = "1.1.3"
version = "1.1.4"
}
}
}
2 changes: 1 addition & 1 deletion terraform/civo/network/modules/network/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
# tflint-ignore: terraform_unused_required_providers
civo = {
source = "civo/civo"
version = "1.1.3"
version = "1.1.4"
}
}
}
2 changes: 1 addition & 1 deletion terraform/civo/terraform-cloud/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ terraform {
}
civo = {
source = "civo/civo"
version = "1.1.3"
version = "1.1.4"
}
tfe = {
source = "hashicorp/tfe"
Expand Down

0 comments on commit 415cb56

Please sign in to comment.