I'm trying to deploy a cross-az-cluster on aws using geo_mode. Using terraform 1.3.7 and checkpoint terraform provider v2.6. The "geo_mode" option is not recognised when using "checkpoint_management_simple_cluster" resource
name = "aws-cnse-cluster"
ipv4_address = module.chkp-iaas-cxl.cluster_public_ip[0]
cluster_mode = "cluster-xl-ha"
color = "yellow"
version = "R81.20"
os_name = "Gaia"
geo_mode = true
│ Error: Unsupported argument
│
│ on cp-mgmt.tf line 36, in resource "checkpoint_management_simple_cluster" "aws-cnse-cluster":
│ 36: geo_mode = true
│
│ An argument named "geo_mode" is not expected here.
geo_mode is described in the terraform documentation for the resource but is missing from the resource schema (i believe)
Hi Team
I'm trying to deploy a cross-az-cluster on aws using geo_mode. Using terraform 1.3.7 and checkpoint terraform provider v2.6. The "geo_mode" option is not recognised when using "checkpoint_management_simple_cluster" resource
resource "checkpoint_management_simple_cluster" "aws-cnse-cluster" {
name = "aws-cnse-cluster" ipv4_address = module.chkp-iaas-cxl.cluster_public_ip[0] cluster_mode = "cluster-xl-ha" color = "yellow" version = "R81.20" os_name = "Gaia" geo_mode = true
│ Error: Unsupported argument │ │ on cp-mgmt.tf line 36, in resource "checkpoint_management_simple_cluster" "aws-cnse-cluster": │ 36: geo_mode = true │ │ An argument named "geo_mode" is not expected here.
geo_mode is described in the terraform documentation for the resource but is missing from the resource schema (i believe)
https://github.com/CheckPointSW/terraform-provider-checkpoint/blob/master/website/docs/r/checkpoint_management_simple_cluster.html.markdown