Explorar el Código

Remote backend configured

master
someone hace 8 meses
padre
commit
78d634dc17
Se han modificado 2 ficheros con 3 adiciones y 3 borrados
  1. 1
    1
      akamai.tf
  2. 2
    2
      terraform.tfvars

+ 1
- 1
akamai.tf Ver fichero

@@ -1,7 +1,7 @@
terraform {
backend "s3" {
bucket = "akau-devops"
key = "<UserID>-zerotohero.tfstate"
key = "devopscd7c-zerotohero.tfstate"
region = "us-mia-1"
endpoint = "us-mia-1.linodeobjects.com"
skip_credentials_validation = true

+ 2
- 2
terraform.tfvars Ver fichero

@@ -1,2 +1,2 @@
UserID = "<UserID>"
email = "<Email>"
UserID = "devopscd7c"
email = "fake1@mail.com"

Cargando…
Cancelar
Guardar