Skip to content

Commit

Permalink
run terraform fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
vcscsvcscs committed Mar 3, 2024
1 parent 49b1828 commit 32fd630
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions self-managed/data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ data "cloudinit_config" "k3s_server_tpl" {
is_k3s_server = true,
disable_ingress = var.disable_ingress,
ingress_controller = var.ingress_controller,
nginx_ingress_release = var.nginx_ingress_release,
istio_release = var.istio_release,
install_certmanager = var.install_certmanager,
certmanager_release = var.certmanager_release,
certmanager_email_address = var.certmanager_email_address,
Expand Down
2 changes: 1 addition & 1 deletion self-managed/example/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
oci = {
source = "oracle/oci"
version = ">= 4.64.0"
version = ">= 5.30.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion self-managed/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
oci = {
source = "oracle/oci"
version = ">= 4.64.0"
version = ">= 5.30.0"
}
}
}

0 comments on commit 32fd630

Please sign in to comment.