@@ -150,7 +150,7 @@ Successfully moved 1 object(s).
150
150
This is an open source software. Feel free to open issues and pull requests.
151
151
152
152
153
- <!-- terraform-docs -->
153
+ <!-- BEGIN_TF_DOCS -->
154
154
## Requirements
155
155
156
156
No requirements.
@@ -159,7 +159,28 @@ No requirements.
159
159
160
160
| Name | Version |
161
161
| ------| ---------|
162
- | aws | n/a |
162
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | n/a |
163
+
164
+ ## Modules
165
+
166
+ No modules.
167
+
168
+ ## Resources
169
+
170
+ | Name | Type |
171
+ | ------| ------|
172
+ | [ aws_autoscaling_group.this] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/autoscaling_group ) | resource |
173
+ | [ aws_iam_instance_profile.this] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_instance_profile ) | resource |
174
+ | [ aws_iam_role.this] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role ) | resource |
175
+ | [ aws_iam_role_policy.eni] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role_policy ) | resource |
176
+ | [ aws_iam_role_policy_attachment.ssm] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role_policy_attachment ) | resource |
177
+ | [ aws_launch_template.this] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/launch_template ) | resource |
178
+ | [ aws_network_interface.this] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/network_interface ) | resource |
179
+ | [ aws_route.this] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route ) | resource |
180
+ | [ aws_security_group.this] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group ) | resource |
181
+ | [ aws_security_group_rule.egress] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group_rule ) | resource |
182
+ | [ aws_security_group_rule.ingress_any] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group_rule ) | resource |
183
+ | [ aws_ami.this] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ami ) | data source |
163
184
164
185
## Inputs
165
186
@@ -188,3 +209,4 @@ No requirements.
188
209
| <a name =" output_eni_private_ip " ></a > [ eni\_ private\_ ip] ( #output\_ eni\_ private\_ ip ) | Private IP of the ENI for the NAT instance |
189
210
| <a name =" output_iam_role_name " ></a > [ iam\_ role\_ name] ( #output\_ iam\_ role\_ name ) | Name of the IAM role for the NAT instance |
190
211
| <a name =" output_sg_id " ></a > [ sg\_ id] ( #output\_ sg\_ id ) | ID of the security group of the NAT instance |
212
+ <!-- END_TF_DOCS -->
0 commit comments