Skip to content

Commit 66cb638

Browse files
committed
remove keys
1 parent 6b5d535 commit 66cb638

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

05-iac/00-terraform/.start-app/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# PROVIDERS
22
provider "aws" {
3-
access_key = "AKIARK7SEOFUG6SSUCGI"
4-
secret_key = "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"
3+
access_key = "AWS_ACCESS_KEY"
4+
secret_key = "AWS_SECRET_KEY"
55
region = "eu-west-3"
66
}
77

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
# Usando Input Varieables y Outputs
1+
# Usando Input Variables y Outputs
2+
3+
Vamos a ir haciendo mejoras de manera progresiava sobre nuestro despliegue, aprovechando las `input varaibles` y los `outputs` que nos ofrece Terraform.

0 commit comments

Comments
 (0)