terraform-oci-ocne
terraform-oci-ocne copied to clipboard
A reusable and extensible Terraform module that provisions Oracle Cloud Native Environment on Oracle Cloud Infrastructure.
Enable extra disk to be assigned to a compute Signed-off-by: Thomas Tanaka
It looks like `helm-3.1.1` RPM is not available on the operator node (at least using Oracle-Linux-7.8-2020.09.23-0). Terraform errors out with the following: ``` module.olcne.null_resource.install_nginxcontroller[0] (remote-exec): Connected! module.olcne.null_resource.install_nginxcontroller[0] (remote-exec): /home/opc/.bashrc: line...
module.olcne.null_resource.install_kubernetes_module (remote-exec): FATAL[17/03/21 11:56:40] Could not initialize secrets manager: open /home/opc/.olcne/certificates/dev/node.cert: no such file or directory module.olcne.null_resource.install_kubernetes_module (remote-exec): Kubernetes module failed validation [opc@oci-operator ~]$ olcnectl --api-server 127.0.0.1:8091 module create --environment-name...
I am getting the error below when running terraform validate or terraform apply [raoul@auto terraform-oci-oke]$ terraform init Initializing modules... Initializing the backend... Initializing provider plugins... - Reusing previous version of...
The load_balancers block in the oci_core_instance_pool resource was defined as a set, causing an error when trying to index with [0]. Changed the set to a list to resolve the...