You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| vpc_vpn_to_campus | bool | Retrieve VPC info for the VPC that has VPN access to campus | false |
31
34
32
35
## Output
33
36
34
-
| Name | Type |Description |
35
-
| --- | --- | --- |
36
-
| power_user_role |[object](https://www.terraform.io/docs/providers/aws/d/iam_role.html#attributes-reference)| The IAM PowerUser Role object |
37
-
| power_builder_role |[object](https://www.terraform.io/docs/providers/aws/d/iam_role.html#attributes-reference)| The IAM PowerBuilder Role object |
38
-
| role_permissions_boundary |[object](https://www.terraform.io/docs/providers/aws/d/iam_policy.html#attributes-reference)| The IAM role permissions boundary policy object |
39
-
| user_permissions_boundary |[object](https://www.terraform.io/docs/providers/aws/d/iam_policy.html#attributes-reference)| The IAM user permissions boundary policy object |
40
-
| vpc |[object](https://www.terraform.io/docs/providers/aws/d/vpc.html#attributes-reference)| The VPC object |
41
-
| private_subnet_ids | list(string) | List of subnet_ids for the private subnets in the specified VPC |
42
-
| public_subnet_ids | list(string) | List of subnet_ids for the public subnets in the specified VPC |
43
-
| data_subnet_ids | list(string) | List of subnet_ids for the data subnets in the specified VPC |
44
-
| private_subnets | list([object](https://www.terraform.io/docs/providers/aws/r/subnet.html#attributes-reference)) | List of private subnet objects in the specified VPC |
45
-
| public_subnets | list([object](https://www.terraform.io/docs/providers/aws/r/subnet.html#attributes-reference)) | List of public subnet object in the specified VPC |
46
-
| data_subnets | list([object](https://www.terraform.io/docs/providers/aws/r/subnet.html#attributes-reference)) | List of data subnet objects in the specified VPC |
47
-
| route53_zone |[object](https://www.terraform.io/docs/providers/aws/r/route53_zone.html#attributes-reference)| The Route53 zone object |
48
-
| certificate |[object](https://www.terraform.io/docs/providers/aws/d/acm_certificate.html#attributes-reference)| The default zone's ACM certificate object) |
49
-
| certificate_virginia |[object](https://www.terraform.io/docs/providers/aws/d/acm_certificate.html#attributes-reference)| The default zone's ACM certificate for us-east-1 (needed by CloudFront, API Gateway, etc.) object |
50
-
| db_subnet_group_name |[object](https://www.terraform.io/docs/providers/aws/d/security_group.html)| The database subnet group name for RDS in the specified VPC object |
51
-
| ssh_rdp_security_group |[object](https://www.terraform.io/docs/providers/aws/d/security_group.html)| The security group to enable SSH/RDP access to resources in the specified VPC object |
52
-
| oracle_security_group |[object](https://www.terraform.io/docs/providers/aws/d/security_group.html)| The security group to enable Oracle access to resources in the specified VPC object |
53
-
| github_token | string | The token to use in CI/CD pipelines to fetch source code from GitHub (this if only available in certain AWS accounts) |
| power_user_role |[object](https://www.terraform.io/docs/providers/aws/d/iam_role.html#attributes-reference)| The IAM PowerUser Role object |
40
+
| power_builder_role |[object](https://www.terraform.io/docs/providers/aws/d/iam_role.html#attributes-reference)| The IAM PowerBuilder Role object |
41
+
| role_permissions_boundary |[object](https://www.terraform.io/docs/providers/aws/d/iam_policy.html#attributes-reference)| The IAM role permissions boundary policy object |
42
+
| user_permissions_boundary |[object](https://www.terraform.io/docs/providers/aws/d/iam_policy.html#attributes-reference)| The IAM user permissions boundary policy object |
43
+
| vpc |[object](https://www.terraform.io/docs/providers/aws/d/vpc.html#attributes-reference)| The VPC object |
44
+
| private_subnet_ids | list(string) | List of subnet_ids for the private subnets in the specified VPC |
45
+
| public_subnet_ids | list(string) | List of subnet_ids for the public subnets in the specified VPC |
46
+
| data_subnet_ids | list(string) | List of subnet_ids for the data subnets in the specified VPC |
47
+
| private_subnets | list([object](https://www.terraform.io/docs/providers/aws/r/subnet.html#attributes-reference)) | List of private subnet objects in the specified VPC |
48
+
| public_subnets | list([object](https://www.terraform.io/docs/providers/aws/r/subnet.html#attributes-reference)) | List of public subnet object in the specified VPC |
49
+
| data_subnets | list([object](https://www.terraform.io/docs/providers/aws/r/subnet.html#attributes-reference)) | List of data subnet objects in the specified VPC |
50
+
| route53_zone |[object](https://www.terraform.io/docs/providers/aws/r/route53_zone.html#attributes-reference)| The Route53 zone object |
51
+
| certificate |[object](https://www.terraform.io/docs/providers/aws/d/acm_certificate.html#attributes-reference)| The default zone's ACM certificate object) |
52
+
| certificate_virginia |[object](https://www.terraform.io/docs/providers/aws/d/acm_certificate.html#attributes-reference)| The default zone's ACM certificate for us-east-1 (needed by CloudFront, API Gateway, etc.) object |
53
+
| db_subnet_group_name | string |**Deprecated** Use `db_subnet_group.name`|
54
+
| db_subnet_group |[object](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/db_subnet_group)| The database subnet group for RDS in the specified VPC object |
55
+
| ssh_rdp_security_group |[object](https://www.terraform.io/docs/providers/aws/d/security_group.html)| The security group to enable SSH/RDP access to resources in the specified VPC object |
56
+
| oracle_security_group |[object](https://www.terraform.io/docs/providers/aws/d/security_group.html)| The security group to enable Oracle access to resources in the specified VPC object |
57
+
| github_token | string | The token to use in CI/CD pipelines to fetch source code from GitHub (this if only available in certain AWS accounts) |
54
58
55
59
**Note about returning objects**: Because objects are returned (as opposed to just values), autocomplete may not work. Just add on the key to the end out the output accessor. Even though autocomplete won't work, those values will still be correctly returned.
0 commit comments