upgraded opentofu talos provide to fix incompatibility with newer talos version
This commit is contained in:
@@ -10,7 +10,7 @@ terraform {
|
||||
}
|
||||
talos = {
|
||||
source = "siderolabs/talos"
|
||||
version = "0.8.1"
|
||||
version = "0.9.0"
|
||||
}
|
||||
restapi = {
|
||||
source = "Mastercard/restapi"
|
||||
|
||||
@@ -6,7 +6,7 @@ terraform {
|
||||
}
|
||||
talos = {
|
||||
source = "siderolabs/talos"
|
||||
version = ">=0.8.1"
|
||||
version = ">=0.9.0"
|
||||
}
|
||||
http = {
|
||||
source = "hashicorp/http"
|
||||
|
||||
Reference in New Issue
Block a user