diff --git a/plugins/modules/gcp_compute_firewall.py b/plugins/modules/gcp_compute_firewall.py index f943655..b250fb1 100644 --- a/plugins/modules/gcp_compute_firewall.py +++ b/plugins/modules/gcp_compute_firewall.py @@ -76,7 +76,7 @@ options: - The list of DENY rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a denied connection. required: false - version_added: 2.7 + version_added: 2.8 suboptions: ip_protocol: description: @@ -114,14 +114,14 @@ options: has destination IP address in these ranges. These ranges must be expressed in CIDR format. Only IPv4 is supported. required: false - version_added: 2.7 + version_added: 2.8 direction: description: - 'Direction of traffic to which this firewall applies; default is INGRESS. Note: For INGRESS traffic, it is NOT supported to specify destinationRanges; For EGRESS traffic, it is NOT supported to specify sourceRanges OR sourceTags.' required: false - version_added: 2.7 + version_added: 2.8 choices: ['INGRESS', 'EGRESS'] name: description: @@ -151,7 +151,7 @@ options: precedence over ALLOW rules having equal priority. required: false default: 1000 - version_added: 2.7 + version_added: 2.8 source_ranges: description: - An optional list of ports to which this rule applies. This field is only @@ -172,7 +172,7 @@ options: connection does not need to match both properties for the firewall to apply. sourceServiceAccounts cannot be used at the same time as sourceTags or targetTags. required: false - version_added: 2.7 + version_added: 2.8 source_tags: description: - If source tags are specified, the firewall will apply only to traffic with source @@ -192,7 +192,7 @@ options: If neither targetServiceAccounts nor targetTags are specified, the firewall rule applies to all instances on the specified network. required: false - version_added: 2.7 + version_added: 2.8 target_tags: description: - An optional list of ports to which this rule applies. This field is only diff --git a/plugins/modules/gcp_compute_instance_group.py b/plugins/modules/gcp_compute_instance_group.py index b4aeac9..017d386 100644 --- a/plugins/modules/gcp_compute_instance_group.py +++ b/plugins/modules/gcp_compute_instance_group.py @@ -91,7 +91,7 @@ options: be deleted. - Only the full identifier of the instance will be returned. required: false - version_added: 2.7 + version_added: 2.8 extends_documentation_fragment: gcp ''' diff --git a/plugins/modules/gcp_dns_managed_zone_facts.py b/plugins/modules/gcp_dns_managed_zone_facts.py index 48adc7b..d795b80 100644 --- a/plugins/modules/gcp_dns_managed_zone_facts.py +++ b/plugins/modules/gcp_dns_managed_zone_facts.py @@ -34,7 +34,7 @@ module: gcp_dns_managed_zone_facts description: - Gather facts for GCP ManagedZone short_description: Gather facts for GCP ManagedZone -version_added: 2.7 +version_added: 2.8 author: Google Inc. (@googlecloudplatform) requirements: - python >= 2.6 diff --git a/plugins/modules/gcp_dns_resource_record_set.py b/plugins/modules/gcp_dns_resource_record_set.py index 63cebe0..0e4c908 100644 --- a/plugins/modules/gcp_dns_resource_record_set.py +++ b/plugins/modules/gcp_dns_resource_record_set.py @@ -37,7 +37,7 @@ description: - The record will include the domain/subdomain name, a type (i.e. A, AAA, CAA, MX, CNAME, NS, etc) . short_description: Creates a GCP ResourceRecordSet -version_added: 2.5 +version_added: 2.6 author: Google Inc. (@googlecloudplatform) requirements: - python >= 2.6 diff --git a/plugins/modules/gcp_dns_resource_record_set_facts.py b/plugins/modules/gcp_dns_resource_record_set_facts.py index fff1607..99fc6ae 100644 --- a/plugins/modules/gcp_dns_resource_record_set_facts.py +++ b/plugins/modules/gcp_dns_resource_record_set_facts.py @@ -34,7 +34,7 @@ module: gcp_dns_resource_record_set_facts description: - Gather facts for GCP ResourceRecordSet short_description: Gather facts for GCP ResourceRecordSet -version_added: 2.7 +version_added: 2.8 author: Google Inc. (@googlecloudplatform) requirements: - python >= 2.6 diff --git a/plugins/modules/gcp_pubsub_subscription_facts.py b/plugins/modules/gcp_pubsub_subscription_facts.py index fc75d95..244d6a4 100644 --- a/plugins/modules/gcp_pubsub_subscription_facts.py +++ b/plugins/modules/gcp_pubsub_subscription_facts.py @@ -34,7 +34,7 @@ module: gcp_pubsub_subscription_facts description: - Gather facts for GCP Subscription short_description: Gather facts for GCP Subscription -version_added: 2.7 +version_added: 2.8 author: Google Inc. (@googlecloudplatform) requirements: - python >= 2.6 diff --git a/plugins/modules/gcp_pubsub_topic_facts.py b/plugins/modules/gcp_pubsub_topic_facts.py index a8363e3..14e4b0d 100644 --- a/plugins/modules/gcp_pubsub_topic_facts.py +++ b/plugins/modules/gcp_pubsub_topic_facts.py @@ -34,7 +34,7 @@ module: gcp_pubsub_topic_facts description: - Gather facts for GCP Topic short_description: Gather facts for GCP Topic -version_added: 2.7 +version_added: 2.8 author: Google Inc. (@googlecloudplatform) requirements: - python >= 2.6