mirror of
https://github.com/vcscsvcscs/OCI-Kubernetes-cluster-with-traefik.git
synced 2025-08-12 22:09:08 +02:00
Format according to terraform fmt
This commit is contained in:
@@ -8,10 +8,10 @@ terraform {
|
||||
}
|
||||
|
||||
provider "oci" {
|
||||
tenancy_ocid = var.tenancy_ocid
|
||||
user_ocid = var.user_ocid
|
||||
private_key_path = pathexpand(var.private_key_path)
|
||||
fingerprint = var.fingerprint
|
||||
region = var.region
|
||||
tenancy_ocid = var.tenancy_ocid
|
||||
user_ocid = var.user_ocid
|
||||
private_key_path = pathexpand(var.private_key_path)
|
||||
fingerprint = var.fingerprint
|
||||
region = var.region
|
||||
retry_duration_seconds = 120
|
||||
}
|
||||
|
@@ -8,7 +8,7 @@ resource "oci_core_instance_configuration" "k3s_server_template" {
|
||||
update = "11m"
|
||||
delete = "10m"
|
||||
}
|
||||
|
||||
|
||||
freeform_tags = {
|
||||
"provisioner" = "terraform"
|
||||
"environment" = "${var.environment}"
|
||||
@@ -113,9 +113,9 @@ resource "oci_core_instance_configuration" "k3s_worker_template" {
|
||||
}
|
||||
}
|
||||
|
||||
availability_domain = var.availability_domain
|
||||
availability_domain = var.availability_domain
|
||||
# fault_domain = "FAULT-DOMAIN-3"
|
||||
compartment_id = var.compartment_ocid
|
||||
compartment_id = var.compartment_ocid
|
||||
|
||||
create_vnic_details {
|
||||
assign_public_ip = true
|
||||
|
Reference in New Issue
Block a user