Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
micahlmartin committed Sep 28, 2021
1 parent 543afba commit beebfe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/infrastructure_definition.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,14 @@ Required:
- **ami_deployment_type** (String) The ami deployment type to use. Valid options are AWS_ASG, SPOTINST
- **cloud_provider_name** (String) The name of the cloud provider to connect with.
- **region** (String) The region to deploy to.
- **spotinst_cloud_provider_name** (String) The name of the SpotInst cloud provider to connect with.

Optional:

- **asg_identifies_workload** (Boolean) Flag to indicate whether the autoscaling group identifies the workload.
- **autoscaling_group_name** (String) The name of the autoscaling group.
- **classic_loadbalancers** (Set of String) The classic load balancers to use.
- **hostname_convention** (String) The naming convention to use for the hostname. Defaults to ${host.ec2Instance.privateDnsName.split('\.')[0]}
- **spotinst_cloud_provider_name** (String) The name of the SpotInst cloud provider to connect with.
- **spotinst_config_json** (String) The SpotInst configuration to use.
- **stage_classic_loadbalancers** (Set of String) The staging classic load balancers to use.
- **stage_target_group_arns** (Set of String) The staging classic load balancers to use.
Expand Down

0 comments on commit beebfe1

Please sign in to comment.