Skip to content

Commit

Permalink
CHORE: update ignition version constraints (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
Downager authored Jun 5, 2024
1 parent 940bdd1 commit cde4c07
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion modules/containerd/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
ignition = {
source = "community-terraform-providers/ignition"
version = "2.1.2"
version = "~> 2.0"
}
}
}
2 changes: 1 addition & 1 deletion modules/docker/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
ignition = {
source = "community-terraform-providers/ignition"
version = "2.1.2"
version = "~> 2.0"
}
}
}
2 changes: 1 addition & 1 deletion modules/ecr-helper/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
ignition = {
source = "community-terraform-providers/ignition"
version = "2.1.2"
version = "~> 2.0"
}
}
}
2 changes: 1 addition & 1 deletion modules/legacy-cgroups/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
ignition = {
source = "community-terraform-providers/ignition"
version = "2.1.2"
version = "~> 2.0"
}
}
}
2 changes: 1 addition & 1 deletion modules/locksmithd/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
ignition = {
source = "community-terraform-providers/ignition"
version = "2.1.2"
version = "~> 2.0"
}
}
}
2 changes: 1 addition & 1 deletion modules/node-exporter/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
ignition = {
source = "community-terraform-providers/ignition"
version = "2.1.2"
version = "~> 2.0"
}
}
}
2 changes: 1 addition & 1 deletion modules/ntp/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
ignition = {
source = "community-terraform-providers/ignition"
version = "2.1.2"
version = "~> 2.0"
}
}
}
2 changes: 1 addition & 1 deletion modules/sshd/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
ignition = {
source = "community-terraform-providers/ignition"
version = "2.1.2"
version = "~> 2.0"
}
}
}
2 changes: 1 addition & 1 deletion modules/systemd-networkd/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
ignition = {
source = "community-terraform-providers/ignition"
version = "2.1.2"
version = "~> 2.0"
}
}
}
2 changes: 1 addition & 1 deletion modules/update-ca-certificates/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
ignition = {
source = "community-terraform-providers/ignition"
version = "2.1.2"
version = "~> 2.0"
}
}
}
2 changes: 1 addition & 1 deletion tests/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
ignition = {
source = "community-terraform-providers/ignition"
version = "2.1.2"
version = "~> 2.0"
}
}
}
Expand Down

0 comments on commit cde4c07

Please sign in to comment.