@@ -185,47 +185,12 @@ Your Name Replace **MIT** and **opsZero** with the appropriate license and your
185185This project is licensed under the ** MIT** License - see the [ LICENSE] ( https://github.com/opszero/terraform-aws-security-group/blob/master/LICENSE ) file for details.
186186
187187<!-- BEGIN_TF_DOCS -->
188- ## Requirements
189-
190- | Name | Version |
191- | ------| ---------|
192- | <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.13.3 |
193- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 6.14.0 |
194188
195189## Providers
196190
197191| Name | Version |
198192| ------| ---------|
199193| <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 6.14.0 |
200-
201- ## Modules
202-
203- No modules.
204-
205- ## Resources
206-
207- | Name | Type |
208- | ------| ------|
209- | [ aws_ec2_managed_prefix_list.prefix_list] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_managed_prefix_list ) | resource |
210- | [ aws_security_group.default] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group ) | resource |
211- | [ aws_security_group_rule.existing_sg_egress_with_cidr_blocks] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group_rule ) | resource |
212- | [ aws_security_group_rule.existing_sg_egress_with_prefix_list] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group_rule ) | resource |
213- | [ aws_security_group_rule.existing_sg_egress_with_self] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group_rule ) | resource |
214- | [ aws_security_group_rule.existing_sg_egress_with_source_sg_id] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group_rule ) | resource |
215- | [ aws_security_group_rule.existing_sg_ingress_cidr_blocks] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group_rule ) | resource |
216- | [ aws_security_group_rule.existing_sg_ingress_with_prefix_list] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group_rule ) | resource |
217- | [ aws_security_group_rule.existing_sg_ingress_with_self] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group_rule ) | resource |
218- | [ aws_security_group_rule.existing_sg_ingress_with_source_sg_id] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group_rule ) | resource |
219- | [ aws_security_group_rule.new_sg_egress_with_cidr_blocks] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group_rule ) | resource |
220- | [ aws_security_group_rule.new_sg_egress_with_prefix_list] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group_rule ) | resource |
221- | [ aws_security_group_rule.new_sg_egress_with_self] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group_rule ) | resource |
222- | [ aws_security_group_rule.new_sg_egress_with_source_sg_id] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group_rule ) | resource |
223- | [ aws_security_group_rule.new_sg_ingress_with_cidr_blocks] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group_rule ) | resource |
224- | [ aws_security_group_rule.new_sg_ingress_with_prefix_list] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group_rule ) | resource |
225- | [ aws_security_group_rule.new_sg_ingress_with_self] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group_rule ) | resource |
226- | [ aws_security_group_rule.new_sg_ingress_with_source_sg_id] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group_rule ) | resource |
227- | [ aws_security_group.existing] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/security_group ) | data source |
228-
229194## Inputs
230195
231196| Name | Description | Type | Default | Required |
@@ -260,7 +225,29 @@ No modules.
260225| <a name =" input_sg_description " ></a > [ sg\_ description] ( #input\_ sg\_ description ) | Security group description. Defaults to Managed by Terraform. Cannot be empty string. NOTE: This field maps to the AWS GroupDescription attribute, for which there is no Update API. If you'd like to classify your security groups in a way that can be updated, use tags. | ` string ` | ` null ` | no |
261226| <a name =" input_tags " ></a > [ tags] ( #input\_ tags ) | Additional tags to apply to the security group | ` map(string) ` | ` {} ` | no |
262227| <a name =" input_vpc_id " ></a > [ vpc\_ id] ( #input\_ vpc\_ id ) | The ID of the VPC that the instance security group belongs to. | ` string ` | ` "" ` | no |
228+ ## Resources
263229
230+ | Name | Type |
231+ | ------| ------|
232+ | [ aws_ec2_managed_prefix_list.prefix_list] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_managed_prefix_list ) | resource |
233+ | [ aws_security_group.default] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group ) | resource |
234+ | [ aws_security_group_rule.existing_sg_egress_with_cidr_blocks] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group_rule ) | resource |
235+ | [ aws_security_group_rule.existing_sg_egress_with_prefix_list] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group_rule ) | resource |
236+ | [ aws_security_group_rule.existing_sg_egress_with_self] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group_rule ) | resource |
237+ | [ aws_security_group_rule.existing_sg_egress_with_source_sg_id] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group_rule ) | resource |
238+ | [ aws_security_group_rule.existing_sg_ingress_cidr_blocks] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group_rule ) | resource |
239+ | [ aws_security_group_rule.existing_sg_ingress_with_prefix_list] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group_rule ) | resource |
240+ | [ aws_security_group_rule.existing_sg_ingress_with_self] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group_rule ) | resource |
241+ | [ aws_security_group_rule.existing_sg_ingress_with_source_sg_id] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group_rule ) | resource |
242+ | [ aws_security_group_rule.new_sg_egress_with_cidr_blocks] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group_rule ) | resource |
243+ | [ aws_security_group_rule.new_sg_egress_with_prefix_list] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group_rule ) | resource |
244+ | [ aws_security_group_rule.new_sg_egress_with_self] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group_rule ) | resource |
245+ | [ aws_security_group_rule.new_sg_egress_with_source_sg_id] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group_rule ) | resource |
246+ | [ aws_security_group_rule.new_sg_ingress_with_cidr_blocks] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group_rule ) | resource |
247+ | [ aws_security_group_rule.new_sg_ingress_with_prefix_list] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group_rule ) | resource |
248+ | [ aws_security_group_rule.new_sg_ingress_with_self] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group_rule ) | resource |
249+ | [ aws_security_group_rule.new_sg_ingress_with_source_sg_id] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group_rule ) | resource |
250+ | [ aws_security_group.existing] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/security_group ) | data source |
264251## Outputs
265252
266253| Name | Description |
@@ -273,4 +260,35 @@ No modules.
273260| <a name =" output_security_group_arn " ></a > [ security\_ group\_ arn] ( #output\_ security\_ group\_ arn ) | IDs on the AWS Security Groups associated with the instance. |
274261| <a name =" output_security_group_id " ></a > [ security\_ group\_ id] ( #output\_ security\_ group\_ id ) | IDs on the AWS Security Groups associated with the instance. |
275262| <a name =" output_security_group_tags " ></a > [ security\_ group\_ tags] ( #output\_ security\_ group\_ tags ) | A mapping of public tags to assign to the resource. |
263+ # 🚀 Built by opsZero!
264+
265+ <a href =" https://opszero.com " ><img src =" https://opszero.com/wp-content/uploads/2024/07/opsZero_logo_svg.svg " width =" 300px " /></a >
266+
267+ Since 2016 [ opsZero] ( https://opszero.com ) has been providing Kubernetes
268+ expertise to companies of all sizes on any Cloud. With a focus on AI and
269+ Compliance we can say we seen it all whether SOC2, HIPAA, PCI-DSS, ITAR,
270+ FedRAMP, CMMC we have you and your customers covered.
271+
272+ We provide support to organizations in the following ways:
273+
274+ - [ Modernize or Migrate to Kubernetes] ( https://opszero.com/solutions/modernization/ )
275+ - [ Cloud Infrastructure with Kubernetes on AWS, Azure, Google Cloud, or Bare Metal] ( https://opszero.com/solutions/cloud-infrastructure/ )
276+ - [ Building AI and Data Pipelines on Kubernetes] ( https://opszero.com/solutions/ai/ )
277+ - [ Optimizing Existing Kubernetes Workloads] ( https://opszero.com/solutions/optimized-workloads/ )
278+
279+ We do this with a high-touch support model where you:
280+
281+ - Get access to us on Slack, Microsoft Teams or Email
282+ - Get 24/7 coverage of your infrastructure
283+ - Get an accelerated migration to Kubernetes
284+
285+ Please [ schedule a call] ( https://calendly.com/opszero-llc/discovery ) if you need support.
286+
287+ <br /><br />
288+
289+ <div style =" display : block " >
290+ <img src =" https://opszero.com/wp-content/uploads/2024/07/aws-advanced.png " width =" 150px " />
291+ <img src =" https://opszero.com/wp-content/uploads/2024/07/AWS-public-sector.png " width =" 150px " />
292+ <img src =" https://opszero.com/wp-content/uploads/2024/07/AWS-eks.png " width =" 150px " />
293+ </div >
276294<!-- END_TF_DOCS -->
0 commit comments