This website works better with JavaScript
Inicio
Registro
Iniciar sesión
aashish-fiftyfive
/
infra-assessment
forked de
LiveLike/infra-assessment
Fork
Archivos
Pull Requests
Rama:
terraform
Ramas
Etiquetas
main
terraform
infra-assess...
/
provider.tf
provider.tf
72 B
Permalink
Histórico
Raw
1
2
3
4
5
## AWS Provider Configuration
provider "aws" {
region = var.region
}