Flip the instance ID var for AWS to instance_id

This is always returned by the plugin, ec2_id was what the old script returned.
This commit is contained in:
Bill Nottingham 2020-12-15 16:56:08 -05:00
parent de0967a587
commit a1934823ba

View File

@ -662,7 +662,7 @@ INV_ENV_VARIABLE_BLOCKED = ("HOME", "USER", "_", "TERM")
# ----------------
EC2_ENABLED_VAR = 'ec2_state'
EC2_ENABLED_VALUE = 'running'
EC2_INSTANCE_ID_VAR = 'ec2_id'
EC2_INSTANCE_ID_VAR = 'instance_id'
EC2_EXCLUDE_EMPTY_GROUPS = True
# ------------