Ver código fonte

Update tf files

master
Michal K 4 meses atrás
pai
commit
453075cde0
2 arquivos alterados com 3 adições e 3 exclusões
  1. 1
    1
      akamai.tf
  2. 2
    2
      terraform.tfvars

+ 1
- 1
akamai.tf Ver arquivo

@@ -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 arquivo

@@ -1,2 +1,2 @@
UserID = "<UserID>"
email = "<Email>"
UserID = "devopsef53"
email = "mkrobick@akamai.com"

Carregando…
Cancelar
Salvar