Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Dec 16, 2024
1 parent 1eee88c commit e06e12c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 1 addition & 6 deletions ec2-settings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,7 @@ No modules.

## Inputs

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| <a name="input_account_alias"></a> [account\_alias](#input\_account\_alias) | AWS Account Alias | `string` | `""` | no |
| <a name="input_account_id"></a> [account\_id](#input\_account\_id) | AWS Account ID (default will pull from current user) | `string` | `""` | no |
| <a name="input_override_prefixes"></a> [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 |
| <a name="input_tags"></a> [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

Expand Down
1 change: 0 additions & 1 deletion ec2-settings/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,3 @@ resource "aws_ec2_instance_metadata_defaults" "imds" {
http_tokens = "optional"
http_put_response_hop_limit = 2
}

0 comments on commit e06e12c

Please sign in to comment.