secgroup
FlexibleEngineCloud/secgroup/flexibleengine
Terraform module which creates Security Group resources on Flexible Engine
Flexible Engine Security Group Terraform Module Terraform module which creates security groups and associated rules resources on Flexible Engine. Terraform version v0.13 Inputs | Name | Description | Type | Default | Required | |------|-------------|:----:|:-----:|:-----:| | create\_self\_ingress\_rule | Wheter or not create default self ingress rules (allow all protocols from this group) | string | "true" | no | | delete\_default\_egress\_rules | Wheter or not create default egress rules (allow all protocols to any destination) | string | "false" | no | | description | The security group description | string | "Security Group managed by Terraform" | no | | egress\_with\_source\_cidr | List of egress rules to create where a CIDR is remote | list(object({from_port=number,to_port=number,prot
| Name | Type | Description | Default |
|---|---|---|---|
| name | string | The security group name | required |
| create_self_ingress_rule | string | Wheter or not create default self ingress rules (allow all protocols from this g | true |
| egress_with_source_security_group_id | list(object({ from_port | List of egress rules to create where a security group is remote | [] |
| egress_with_source_cidr | list(object({ from_port | List of egress rules to create where a CIDR is remote | [] |
| endpoint | string | Endpoint URL of the Flexible Engine provider | "https://iam.eu-west-0.prod-cloud-ocb.or |
| description | string | The security group description | "Security Group managed by Terraform" |
| ingress_with_source_cidr | list(object({ from_port | List of ingress rules to create where a CIDR is remote | [] |
| region | string | Region of the Flexible Engine provider | "eu-west-0" |
| delete_default_egress_rules | string | Wheter or not create default egress rules (allow all protocols to any destinatio | false |
| ingress_with_source_security_group_id | list(object({ from_port | List of ingress rules to create where a security group is remote | [] |
id — The ID of the security groupname — The name of the security groupTerraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Azure Verified Pattern Module for Azure Landing Zone
Terraform Azure Verified Resource Module for Key Vault
Terraform module for building and deploying Next.js apps to AWS. Supports SSR (L