From e06e12c7668f7e90dc9fc3ba0d8b85f6c227eb67 Mon Sep 17 00:00:00 2001 From: badra001 Date: Mon, 16 Dec 2024 09:55:32 -0500 Subject: [PATCH] update --- ec2-settings/README.md | 7 +------ ec2-settings/main.tf | 1 - 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/ec2-settings/README.md b/ec2-settings/README.md index 7d06f97..5c08af3 100644 --- a/ec2-settings/README.md +++ b/ec2-settings/README.md @@ -53,12 +53,7 @@ No modules. ## Inputs -| Name | Description | Type | Default | Required | -|------|-------------|------|---------|:--------:| -| [account\_alias](#input\_account\_alias) | AWS Account Alias | `string` | `""` | no | -| [account\_id](#input\_account\_id) | AWS Account ID (default will pull from current user) | `string` | `""` | no | -| [override\_prefixes](#input\_override\_prefixes) | Override built-in prefixes by component (efs, s3, ebs, kms, role, policy, security-group). This should be used primarily for common infrastructure things | `map(string)` | `{}` | no | -| [tags](#input\_tags) | AWS Tags to apply to appropriate resources (S3, KMS). Do not include safeguard tags here, use the data\_safeguard field for such things. | `map(string)` | `{}` | no | +No inputs. ## Outputs diff --git a/ec2-settings/main.tf b/ec2-settings/main.tf index a9b76fb..9da4c39 100644 --- a/ec2-settings/main.tf +++ b/ec2-settings/main.tf @@ -67,4 +67,3 @@ resource "aws_ec2_instance_metadata_defaults" "imds" { http_tokens = "optional" http_put_response_hop_limit = 2 } -