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
}
-