This module creates an AppStream instance for IDEAS.
Name | Version |
---|---|
terraform | >= 1.1.4 |
aws | >= 4.45.0 |
Name | Version |
---|---|
aws | 5.13.1 |
No modules.
Name | Type |
---|---|
aws_appstream_fleet.this | resource |
aws_appstream_fleet_stack_association.this | resource |
aws_appstream_stack.this | resource |
aws_security_group.appstream | resource |
Name | Description | Type | Default | Required |
---|---|---|---|---|
desired_instance_num | Desired number of AS2 instances | number |
1 |
no |
fleet_description | Fleet description | string |
"IDEAS fleet" |
no |
fleet_display_name | Fleet diplay name | string |
"IDEAS fleet" |
no |
fleet_name | Fleet name | string |
"IDEAS-fleet" |
no |
fleet_subnet_ids | Subnet IDs for fleet | list(string) |
n/a | yes |
image_name | AS2 image to deploy | string |
n/a | yes |
instance_type | AS2 instance type | string |
"stream.standard.medium" |
no |
stack_description | Stack description | string |
"IDEAS stack" |
no |
stack_display_name | Stack diplay name | string |
"IDEAS stack" |
no |
stack_name | Stack name | string |
"IDEAS-stack" |
no |
vpc_id | VPC ID | string |
n/a | yes |
Name | Description |
---|---|
sg_id | n/a |