diff --git a/modules/apigee-organization/README.md b/modules/apigee-organization/README.md index e78a30d3f..7d46e061d 100644 --- a/modules/apigee-organization/README.md +++ b/modules/apigee-organization/README.md @@ -118,6 +118,7 @@ module "apigee-organization" { | name | description | sensitive | |---|---|:---:| +| envs | Apigee Environments. | | | org | Apigee Organization. | | | org_ca_certificate | Apigee organization CA certificate. | | | org_id | Apigee Organization ID. | | diff --git a/modules/apigee-organization/outputs.tf b/modules/apigee-organization/outputs.tf index 6ff012500..aa8b74ec0 100644 --- a/modules/apigee-organization/outputs.tf +++ b/modules/apigee-organization/outputs.tf @@ -14,6 +14,11 @@ * limitations under the License. */ +output "envs" { + description = "Apigee Environments." + value = google_apigee_environment.apigee_env +} + output "org" { description = "Apigee Organization." value = google_apigee_organization.apigee_org