File tree Expand file tree Collapse file tree
onboarding-with-existing-aks-cluster
onboarding-with-existing-eks-cluster
onboarding-with-existing-gke-cluster Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ module "castai_omni_cluster" {
2222
2323module "castai_omni_edge_location_gcp" {
2424 source = " castai/omni-edge-location-gcp/castai"
25- version = " ~> 1"
25+ version = " ~> 1.0 "
2626
2727 cluster_id = module. castai_omni_cluster . cluster_id
2828 organization_id = module. castai_omni_cluster . organization_id
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ module "castai_omni_cluster" {
2727
2828module "castai_omni_edge_location_aws" {
2929 source = " castai/omni-edge-location-aws/castai"
30- version = " ~> 1"
30+ version = " ~> 1.0 "
3131
3232 providers = {
3333 aws = aws.eu_west_1
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ module "castai_omni_cluster" {
4343
4444module "castai_omni_edge_location_gcp" {
4545 source = " castai/omni-edge-location-gcp/castai"
46- version = " ~> 1"
46+ version = " ~> 1.0 "
4747
4848 cluster_id = module. castai_omni_cluster . cluster_id
4949 organization_id = module. castai_omni_cluster . organization_id
You can’t perform that action at this time.
0 commit comments