provider-aws
jclopeza/provider-aws/module
Terraform Module
HCL
MODULE
Install
module "provider-aws" {
source = "jclopeza/provider-aws/module"
version = "1.0.0"
}
README
provider-aws Este módulo de terraform se utiliza para definir el provider. Admitirá tres parámetros para indicer la region y las claves de acceso a AWS.
Inputs (3)
| Name | Type | Description | Default |
|---|---|---|---|
| region | string | required | |
| access_key | string | required | |
| secret_key | string | required |
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.0
Cloud MODULE
Total downloads796
Inputs3
Namespacejclopeza
Updated