Explorar el Código

Update tf files

master
Michal K hace 4 meses
padre
commit
453075cde0
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 = "devopsef53-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 = "devopsef53"
email = "mkrobick@akamai.com"

Cargando…
Cancelar
Guardar