Skip to main content

google_composer_project_location_image_versions resource

Use the google_composer_project_location_image_versions InSpec audit resource to to test a Google Cloud ProjectLocationImageVersion resource.

Examples

    describe google_composer_project_location_image_versions(parent: ' value_parent') do
    it { should exist }
  end

Properties

Properties that can be accessed from the google_composer_project_location_image_versions resource:

See google_composer_project_location_image_version for more detailed information.

  • image_versions: an array of google_composer_project_location_image_version image_versions
  • next_page_tokens: an array of google_composer_project_location_image_version next_page_token

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 https://composer.googleapis.com/ is enabled for the current project.

Thank you for your feedback!

×