-
Notifications
You must be signed in to change notification settings - Fork 118
Deprecation warnings and fixes #223
Description
Terraform Version
OCI Provider Version
Terraform Installer for Kubernetes Version
Input Variables
tenancy_ocid = "ocid1.tenancy.oc1..aaaaaaaay4j47u7kni3x7mxlnkhvlrf5rmlhculx46hw2pdws7woipkdauiq"
compartment_ocid = "ocid1.compartment.oc1..aaaaaaaa34ogvx5zjdojlyavxhlmskt5czghg73eyvav4x36yg4vnwyiqjga"
user_ocid = ...
fingerprint = ...
private_key_path = ...
private_key_password = ...
region = "us-ashburn-1"
CCM user
cloud_controller_user_ocid = ...
cloud_controller_user_fingerprint = ...
cloud_controller_user_private_key_path = ...
#etcdShape = "VM.Standard1.2"
#k8sMasterShape = "VM.Standard1.8"
#k8sWorkerShape = "VM.Standard1.8"
master_ol_image_name = "Oracle-Linux-7.6-2019.03.22-1"
worker_ol_image_name = "Oracle-Linux-7.6-2019.03.22-1"
etcd_ol_image_name = "Oracle-Linux-7.6-2019.03.22-1"
nat_ol_image_name = "Oracle-Linux-7.6-2019.03.22-1"
etcdAd1Count = "1"
etcdAd2Count = "0"
etcdAd3Count = "0"
k8sMasterAd1Count = "1"
k8sMasterAd2Count = "0"
k8sMasterAd3Count = "0"
k8sWorkerAd1Count = "1"
k8sWorkerAd2Count = "0"
k8sWorkerAd3Count = "0"
#etcdLBShape = "100Mbps"
#k8sMasterLBShape = "100Mbps"
#etcd_ssh_ingress = "10.0.0.0/16"
#etcd_ssh_ingress = "0.0.0.0/0"
#etcd_cluster_ingress = "10.0.0.0/16"
#master_ssh_ingress = "0.0.0.0/0"
#worker_ssh_ingress = "0.0.0.0/0"
#master_https_ingress = "0.0.0.0/0"
#worker_nodeport_ingress = "0.0.0.0/0"
#worker_nodeport_ingress = "10.0.0.0/16"
#control_plane_subnet_access = "public"
#k8s_master_lb_access = "public"
#natInstanceShape = "VM.Standard1.2"
#nat_instance_ad1_enabled = "true"
#nat_instance_ad2_enabled = "false"
#nat_instance_ad3_enabled = "true"
#nat_ssh_ingress = "0.0.0.0/0"
#public_subnet_http_ingress = "0.0.0.0/0"
#public_subnet_https_ingress = "0.0.0.0/0"
#worker_iscsi_volume_create is a bool not a string
#worker_iscsi_volume_create = true
#worker_iscsi_volume_size = 100
#etcd_iscsi_volume_create = true
#etcd_iscsi_volume_size = 50
Description of issue:
Had some deprecation warnings during terraform plan which I fixed. Submitting the patches as an issue rather than a pull request as I'm pulled off of my project with terraform: