Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 2.05 KB

google_compute_network_firewall_policies.md

File metadata and controls

42 lines (35 loc) · 2.05 KB
title platform
About the google_compute_network_firewall_policies resource
gcp

Syntax

A google_compute_network_firewall_policies is used to test a Google NetworkFirewallPolicy resource

Examples

    describe google_compute_network_firewall_policies(project: 'chef-gcp-inspec') do
    it { should exist }
  end

Properties

Properties that can be accessed from the google_compute_network_firewall_policies resource:

See google_compute_network_firewall_policy.md for more detailed information

  • kinds: an array of google_compute_network_firewall_policy kind
  • ids: an array of google_compute_network_firewall_policy id
  • creation_timestamps: an array of google_compute_network_firewall_policy creation_timestamp
  • names: an array of google_compute_network_firewall_policy name
  • descriptions: an array of google_compute_network_firewall_policy description
  • rules: an array of google_compute_network_firewall_policy rules
  • fingerprints: an array of google_compute_network_firewall_policy fingerprint
  • self_links: an array of google_compute_network_firewall_policy self_link
  • self_link_with_ids: an array of google_compute_network_firewall_policy self_link_with_id
  • associations: an array of google_compute_network_firewall_policy associations
  • rule_tuple_counts: an array of google_compute_network_firewall_policy rule_tuple_count
  • short_names: an array of google_compute_network_firewall_policy short_name
  • display_names: an array of google_compute_network_firewall_policy display_name
  • parents: an array of google_compute_network_firewall_policy parent
  • regions: an array of google_compute_network_firewall_policy region

Filter Criteria

This resource supports all of the above properties as filter criteria, which can be used with where as a block or a method.

GCP Permissions

Ensure the Compute Engine API is enabled for the current project.