Skip to content

Commit

Permalink
ramoved redundant output
Browse files Browse the repository at this point in the history
  • Loading branch information
imrannayer committed Nov 22, 2023
1 parent 1fad3a7 commit 6330b46
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion modules/create_environment_v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ module "simple-composer-environment" {
|------|-------------|
| airflow\_uri | URI of the Apache Airflow Web UI hosted within the Cloud Composer Environment. |
| composer\_env | Cloud Composer Environment |
| composer\_env\_config | Cloud Composer Environment config |
| composer\_env\_id | ID of Cloud Composer Environment. |
| composer\_env\_name | Name of the Cloud Composer Environment. |
| gcs\_bucket | Google Cloud Storage bucket which hosts DAGs for the Cloud Composer Environment. |
Expand Down
5 changes: 0 additions & 5 deletions modules/create_environment_v2/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,3 @@ output "composer_env" {
value = google_composer_environment.composer_env
description = "Cloud Composer Environment"
}

output "composer_env_config" {
value = google_composer_environment.composer_env.config[0]
description = "Cloud Composer Environment config"
}

0 comments on commit 6330b46

Please sign in to comment.