Merge pull request #368 from danistrebel/feature/ApigeeOrgEnvsExport
Adding Apigee Environments as output for apigee-organization module
This commit is contained in:
@@ -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. | |
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user