/dhall-ansible-0.1.0/defaults/modules/ec2.dhall

Copy path to clipboard

Source

{ assign_public_ip = None Bool
, aws_region = None Text
, aws_zone = None Text
, count = None Natural
, count_tag = None Text
, ebs_optimized = None Bool
, ec2_region = None Text
, ec2_zone = None Text
, exact_count = None Natural
, group = None (List Text)
, group_id = None (List Text)
, groups = None (List Text)
, id = None Text
, instance_id = None (List Text)
, instance_ids = None (List Text)
, instance_initiated_shutdown_behavior = None Text
, instance_profile_name = None Text
, instance_tags = None Text
, kernel = None Text
, key_name = None Text
, keypair = None Text
, monitoring = None Bool
, network_interface = None (List Text)
, network_interfaces = None (List Text)
, placement_group = None Text
, private_ip = None Text
, ramdisk = None Text
, region = None Text
, source_dest_check = None Bool
, spot_launch_group = None Text
, spot_price = None Text
, spot_type = None Text
, spot_wait_timeout = None Natural
, state = None Text
, tenancy = None Text
, termination_protection = None Bool
, user_data = None Text
, volumes = None (List Text)
, vpc_subnet_id = None Text
, wait = None Bool
, wait_timeout = None Natural
, zone = None Text
}