aws∕directory‒services - dicomgrid/pt-modules GitHub Wiki
Usage
To use this module in your Terraform, refer to the below module example:
module "aws_directory_services" {
source = "git::https://github.com/dicomgrid/pt-modules.git?ref=null"
# See inputs below for additional required parameters
}
Attributes
Requirements
Name | Version |
---|---|
terraform | ~> 1.0 |
aws | >= 3.36.0 |
Providers
Name | Version |
---|---|
aws | >= 3.36.0 |
Modules
No modules.
Resources
Name | Type |
---|---|
aws_directory_service_directory.main | resource |
aws_subnets.main | data source |
aws_vpc.main | data source |
Inputs
Name | Description | Type | Default | Required |
---|---|---|---|---|
edition | n/a | any |
n/a | yes |
environment | n/a | any |
n/a | yes |
name | n/a | any |
n/a | yes |
password | n/a | any |
n/a | yes |
short_name | n/a | any |
n/a | yes |
subnets | n/a | any |
n/a | yes |
tags | n/a | any |
n/a | yes |
type | n/a | any |
n/a | yes |
vpc | n/a | any |
n/a | yes |
application | n/a | string |
"" |
no |
aws_project_id | n/a | string |
"null" |
no |
billing | n/a | string |
"" |
no |
code_managed | n/a | string |
"true" |
no |
compliance | n/a | string |
"null" |
no |
creator | n/a | string |
"Terraform" |
no |
description | n/a | any |
null |
no |
map_migrated | n/a | string |
"null" |
no |
onetime | n/a | string |
"null" |
no |
owner | n/a | string |
"Platform" |
no |
Outputs
No outputs.