Skip to content

Commit

Permalink
fix: download the stable 1.1.0 Civo tf provider (#827)
Browse files Browse the repository at this point in the history
  • Loading branch information
jokestax authored Nov 6, 2024
1 parent 769a672 commit 5978ca1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
required_providers {
civo = {
source = "civo/civo"
version = "~> 1.1.0"
version = "= 1.1.0"
}
helm = {
source = "hashicorp/helm"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
required_providers {
civo = {
source = "civo/civo"
version = "~> 1.1.0"
version = "= 1.1.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion civo-github/terraform/civo/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ terraform {
required_providers {
civo = {
source = "civo/civo"
version = "~> 1.1.0"
version = "= 1.1.0"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
required_providers {
civo = {
source = "civo/civo"
version = "~> 1.1.0"
version = "= 1.1.0"
}
helm = {
source = "hashicorp/helm"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
required_providers {
civo = {
source = "civo/civo"
version = "~> 1.1.0"
version = "= 1.1.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
2 changes: 1 addition & 1 deletion civo-gitlab/terraform/civo/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ terraform {
required_providers {
civo = {
source = "civo/civo"
version = "~> 1.1.0"
version = "= 1.1.0"
}
}
}
Expand Down

0 comments on commit 5978ca1

Please sign in to comment.