- Create or terminates AWS virtual private clouds. This module has a dependency on python-boto.
- Create or terminates AWS virtual private clouds. This module has a dependency on python-boto.
...
@@ -59,7 +59,7 @@ options:
...
@@ -59,7 +59,7 @@ options:
resource_tags:
resource_tags:
description:
description:
- 'A dictionary array of resource tags of the form: { tag1: value1, tag2: value2 }. Tags in this list are used in conjunction with CIDR block to uniquely identify a VPC in lieu of vpc_id. Therefore, if CIDR/Tag combination does not exits, a new VPC will be created. VPC tags not on this list will be ignored.'
- 'A dictionary array of resource tags of the form: { tag1: value1, tag2: value2 }. Tags in this list are used in conjunction with CIDR block to uniquely identify a VPC in lieu of vpc_id. Therefore, if CIDR/Tag combination does not exits, a new VPC will be created. VPC tags not on this list will be ignored.'
required: false
required: true
default: null
default: null
aliases: []
aliases: []
version_added: "1.6"
version_added: "1.6"
...
@@ -96,13 +96,13 @@ options:
...
@@ -96,13 +96,13 @@ options:
aliases: []
aliases: []
region:
region:
description:
description:
- region in which the resource exists.
- region in which the resource exists.
required: false
required: false
default: null
default: null
aliases: ['aws_region', 'ec2_region']
aliases: ['aws_region', 'ec2_region']
aws_secret_key:
aws_secret_key:
description:
description:
- AWS secret key. If not set then the value of the AWS_SECRET_KEY environment variable is used.
- AWS secret key. If not set then the value of the AWS_SECRET_KEY environment variable is used.