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
|[aws_ami.red_ami](https://registry.terraform.io/providers/hashicorp/aws/5.57.0/docs/data-sources/ami)| data source |
102
+
|[aws_route53_zone.zone](https://registry.terraform.io/providers/hashicorp/aws/5.57.0/docs/data-sources/route53_zone)| data source |
59
103
60
104
## Inputs
61
105
@@ -65,9 +109,12 @@ No modules.
65
109
| <aname="input_allocate_eip"></a> [allocate\_eip](#input\_allocate\_eip)| Controls whether an Elastic IP should be allocated |`bool`|`true`| no |
66
110
| <aname="input_ami_name"></a> [ami\_name](#input\_ami\_name)| The name of the AMI to use for the instance |`string`|`"ubuntu/images/hvm-ssd-gp3/ubuntu-noble-24.04-amd64-server-20240701.1"`| no |
67
111
| <aname="input_ami_owner"></a> [ami\_owner](#input\_ami\_owner)| The owner of the AMI to use for the instance |`string`|`"099720109477"`| no |
112
+
| <aname="input_apex_domain"></a> [apex\_domain](#input\_apex\_domain)| The apex domain to use for the public DNS record |`string`|`""`| no |
68
113
| <aname="input_create_vpc"></a> [create\_vpc](#input\_create\_vpc)| Controls whether networking resources should be created for public exposed server |`bool`|`true`| no |
69
114
| <aname="input_disable_api_stop"></a> [disable\_api\_stop](#input\_disable\_api\_stop)| Controls whether API stop is disabled |`bool`|`false`| no |
70
115
| <aname="input_disable_api_termination"></a> [disable\_api\_termination](#input\_disable\_api\_termination)| Controls whether API termination is disabled |`bool`|`false`| no |
116
+
| <aname="input_dns_name"></a> [dns\_name](#input\_dns\_name)| The DNS name to use for the public DNS record |`string`|`""`| no |
117
+
| <aname="input_enable_public_dns"></a> [enable\_public\_dns](#input\_enable\_public\_dns)| Controls whether a public DNS record should be created |`bool`|`false`| no |
71
118
| <aname="input_enable_s3_bucket_policy"></a> [enable\_s3\_bucket\_policy](#input\_enable\_s3\_bucket\_policy)| Controls whether an S3 bucket policy should be attached to the instance role |`bool`|`false`| no |
0 commit comments