No requirements.
Name | Version |
---|---|
aws | 4.8.0 |
No modules.
Name | Type |
---|---|
aws_instance.my_public_server | resource |
aws_security_group.my_public_app_sg | resource |
aws_ami.aws_basic_linux | data source |
aws_subnet.public | data source |
aws_vpc.main_vpc | data source |
Name | Description | Type | Default | Required |
---|---|---|---|---|
aws_ami_name | Name of the ami I want for my project | string |
n/a | yes |
aws_owner_id | Contains the Owner ID of the ami for amazon linux | string |
n/a | yes |
ec2_type | Type of my ec2 instance | string |
"t2.small" |
no |
my_keypair | n/a | string |
"aws_keypair" |
no |
number_of_instances | Amount of instances for my public subnet | any |
n/a | yes |
public_subnet_name | n/a | string |
n/a | yes |
vpc_name | Name of the vpc for my project | string |
n/a | yes |
No outputs.