agones.dev/agones@v1.54.0/examples/terraform-submodules/oke/terraform.auto.tfvars.example (about)

     1  // Copyright 2024 Google LLC All Rights Reserved.
     2  //
     3  // Licensed under the Apache License, Version 2.0 (the "License");
     4  // you may not use this file except in compliance with the License.
     5  // You may obtain a copy of the License at
     6  //
     7  //     http://www.apache.org/licenses/LICENSE-2.0
     8  //
     9  // Unless required by applicable law or agreed to in writing, software
    10  // distributed under the License is distributed on an "AS IS" BASIS,
    11  // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    12  // See the License for the specific language governing permissions and
    13  // limitations under the License.
    14  
    15  # OCI provider
    16  api_fingerprint      = "4d:bf:d7:fa:64:e1:f1:81:45:fe:9a:d3:b1:04:bc:5d"
    17  api_private_key_path = "~/.oci/oracleidentitycloudservice_xingning.ou-08-16-08-54.pem"
    18  region               = "us-chicago-1"
    19  home_region          = "us-ashburn-1"
    20  tenancy_id           = "ocid1.tenancy.oc1..aaaaaaaaro7aox2fclu4urtpgsbacnrmjv46e7n4fw3sc2wbq24l7dzf3kba"
    21  user_id              = "ocid1.user.oc1..aaaaaaaas6bmijxsml3tf2o5nmm6r5zydvgf26eg5lbhn6e2yxquhgycqq5q"
    22  compartment_id       = "ocid1.compartment.oc1..aaaaaaaawlhbg2uucr7at3lzkdwwucr7wdz47vb25dlvtmauqdbnlrrtcv6a"
    23  
    24  
    25  # SSH keys
    26  ssh_private_key_path = "~/.ssh/ssh-key-2022-11-08.key"
    27  ssh_public_key_path  = "~/.ssh/ssh-key-2022-11-08.key.pub"
    28  
    29  # OKE cluster
    30  cluster_name       = "agones-cluster"
    31  cluster_type       = "basic"
    32  kubernetes_version = "v1.33.1"
    33  
    34  # Agones
    35  node_count     = 3
    36  agones_version = ""
    37  feature_gates  = ""