Skip to content

Commit

Permalink
Merge branch 'main' into always-free
Browse files Browse the repository at this point in the history
  • Loading branch information
Rapha-Borges authored Jan 26, 2024
2 parents 01e40c5 + 1d1e2d8 commit 3c32701
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,4 +343,6 @@ Obs: Caso não apareça o Cluster ou a VPN para deletar, certifique que selecion

- [Terraform Documentation](https://www.terraform.io/docs/index.html)
- [Terrafom Essentials](https://www.linuxtips.io/course/terraform-essentials)
- [Free Oracle Cloud Kubernetes cluster with Terraform](https://arnoldgalovics.com/oracle-cloud-kubernetes-terraform/)
- [Free Oracle Cloud Kubernetes cluster with Terraform](https://arnoldgalovics.com/oracle-cloud-kubernetes-terraform/)

## Criado por [@Raphael Borges](https://r11s.com.br/)
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ variable "listerner_port" {
default = 80
}

# ----------> SSH <----------
# ----------> Auth <----------

variable "ssh_public_key" {
type = string
Expand All @@ -103,4 +103,4 @@ variable "user_ocid" {

variable "oci_profile" {
type = string
}
}

0 comments on commit 3c32701

Please sign in to comment.