Skip to main content

google_artifactregistry_project_location_repositories resource

Use the google_artifactregistry_project_location_repositories InSpec audit resource to to test a Google Cloud ProjectLocationRepository resource.

Examples

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

Properties

Properties that can be accessed from the google_artifactregistry_project_location_repositories resource:

See google_artifactregistry_project_location_repository for more detailed information.

  • maven_configs: an array of google_artifactregistry_project_location_repository maven_config
  • docker_configs: an array of google_artifactregistry_project_location_repository docker_config
  • virtual_repository_configs: an array of google_artifactregistry_project_location_repository virtual_repository_config
  • remote_repository_configs: an array of google_artifactregistry_project_location_repository remote_repository_config
  • names: an array of google_artifactregistry_project_location_repository name
  • formats: an array of google_artifactregistry_project_location_repository format
  • descriptions: an array of google_artifactregistry_project_location_repository description
  • labels: an array of google_artifactregistry_project_location_repository labels
  • create_times: an array of google_artifactregistry_project_location_repository create_time
  • update_times: an array of google_artifactregistry_project_location_repository update_time
  • kms_key_names: an array of google_artifactregistry_project_location_repository kms_key_name
  • modes: an array of google_artifactregistry_project_location_repository mode
  • cleanup_policies: an array of google_artifactregistry_project_location_repository cleanup_policies
  • size_bytes: an array of google_artifactregistry_project_location_repository size_bytes
  • satisfies_pzs: an array of google_artifactregistry_project_location_repository satisfies_pzs
  • cleanup_policy_dry_runs: an array of google_artifactregistry_project_location_repository cleanup_policy_dry_run

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 Artifact Registry API is enabled for the current project.

Thank you for your feedback!

×