Explorar el Código

Update 'akamai.tf'

master
devopsde80 hace 4 meses
padre
commit
70f5dd015b
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      akamai.tf

+ 2
- 2
akamai.tf Ver fichero

@@ -1,7 +1,7 @@
terraform {
backend "s3" {
bucket = "akau-devops"
key = "<UserID>-zerotohero.tfstate"
key = "devopsde80-zerotohero.tfstate"
region = "us-mia-1"
endpoint = "us-mia-1.linodeobjects.com"
skip_credentials_validation = true
@@ -10,7 +10,7 @@ terraform {
required_providers {
akamai = {
source = "akamai/akamai"
version = "6.2.0"
version = "6.3.0"
}
}
}

Cargando…
Cancelar
Guardar