Skip to content

Latest commit

History

History
28 lines (20 loc) 路 868 Bytes

File metadata and controls

28 lines (20 loc) 路 868 Bytes

Computed Security Group rules example

Configuration in this directory creates set of Security Group and Security Group Rules resources in various combination.

Usage

To run this example you need to execute:

$ terraform init
$ terraform plan
$ terraform apply

Note that this example may create resources which cost money. Run terraform destroy when you don't need these resources.

Outputs

Name Description
this_security_group_description The description of the security group
this_security_group_id The ID of the security group
this_security_group_name The name of the security group
this_security_group_owner_id The owner ID
this_security_group_vpc_id The VPC ID