title | platform |
---|---|
About the google_apigee_organization_envgroup resource |
gcp |
A google_apigee_organization_envgroup
is used to test a Google OrganizationEnvgroup resource
describe google_apigee_organization_envgroup(name: ' value_name') do
it { should exist }
its('name') { should cmp 'value_name' }
its('hostnames') { should include 'value_hostname' }
its('last_modified_at') { should cmp 'value_lastmodifiedat' }
its('state') { should cmp 'value_state' }
its('created_at') { should cmp 'value_createdat' }
end
describe google_apigee_organization_envgroup(name: "does_not_exit") do
it { should_not exist }
end
Properties that can be accessed from the google_apigee_organization_envgroup
resource:
-
name
: ID of the environment group. -
last_modified_at
: The time at which the environment group was last updated as milliseconds since epoch. -
hostnames
: Host names for this environment group. -
state
: State of the environment group. Values other than ACTIVE means the resource is not ready to use.
Possible values: * STATE_UNSPECIFIED * CREATING * ACTIVE * DELETING * UPDATING
created_at
: The time at which the environment group was created as milliseconds since epoch.
Ensure the Apigee API is enabled for the current project.