+++
title = "google_apigee_organization_instance_attachments Resource" platform = "gcp" draft = false gh_repo = "inspec-gcp"
[menu.inspec]
title = "google_apigee_organization_instance_attachments" identifier = "inspec/resources/gcp/google_apigee_organization_instance_attachments Resource" parent = "inspec/resources/gcp" +++
Use the google_apigee_organization_instance_attachments
InSpec audit resource to test the properties of a test a Google OrganizationInstanceAttachment.
{{% inspec_gcp_install %}}
A google_apigee_organization_instance_attachments
is used to test a Google OrganizationInstanceAttachment resource
describe google_apigee_organization_instance_attachments(parent: 'value_parent') do
it { should exist }
its('names') { should include 'value_name' }
its('environments') { should include 'value_environment' }
its('created_ats') { should include 'value_createdat' }
end
Properties that can be accessed from the google_apigee_organization_instance_attachments
resource:
See google_apigee_organization_instance_attachment.md for more detailed information
names
: an array ofgoogle_apigee_organization_instance_attachment
nameenvironments
: an array ofgoogle_apigee_organization_instance_attachment
environmentcreated_ats
: an array ofgoogle_apigee_organization_instance_attachment
created_at
Properties that can be accessed from the google_apigee_organization_instance_attachments
resource:
See google_apigee_organization_instance_attachment.md for more detailed information
names
: an array ofgoogle_apigee_organization_instance_attachment
nameenvironments
: an array ofgoogle_apigee_organization_instance_attachment
environmentcreated_ats
: an array ofgoogle_apigee_organization_instance_attachment
created_at
This resource supports all of the above properties as filter criteria, which can be used
with where
as a block or a method.
Ensure the Apigee API is enabled for the current project.