title | platform |
---|---|
About the google_apigee_organization_envgroup_attachment resource |
gcp |
A google_apigee_organization_envgroup_attachment
is used to test a Google OrganizationEnvgroupAttachment resource
describe google_apigee_organization_envgroup_attachment(name: ' value_name') do
it { should exist }
its('created_at') { should cmp 'value_createdat' }
its('environment') { should cmp 'value_environment' }
its('environment_group_id') { should cmp 'value_environmentgroupid' }
its('name') { should cmp 'value_name' }
end
describe google_apigee_organization_envgroup_attachment(name: "does_not_exit") do
it { should_not exist }
end
Properties that can be accessed from the google_apigee_organization_envgroup_attachment
resource:
-
created_at
: The time at which the environment group attachment was created as milliseconds since epoch. -
environment
: ID of the attached environment. -
environment_group_id
: ID of the environment group. -
name
: ID of the environment group attachment.
Ensure the Apigee API is enabled for the current project.