Skip to content

Commit

Permalink
Merge pull request #15 from truefoundry/added-cluster-integration-output
Browse files Browse the repository at this point in the history
Added cluster integration feature output
  • Loading branch information
dunefro authored Dec 16, 2024
2 parents 25deb6e + df3b777 commit 7686384
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ Truefoundry Google Cloud platform features module
| <a name="output_blob_storage_enabled"></a> [blob\_storage\_enabled](#output\_blob\_storage\_enabled) | Blob storage feature enabled |
| <a name="output_bucket_name"></a> [bucket\_name](#output\_bucket\_name) | Name of the bucket |
| <a name="output_bucket_url"></a> [bucket\_url](#output\_bucket\_url) | URL of the bucket |
| <a name="output_cluster_integration_enabled"></a> [cluster\_integration\_enabled](#output\_cluster\_integration\_enabled) | Cluster integration feature enabled |
| <a name="output_docker_registry_enabled"></a> [docker\_registry\_enabled](#output\_docker\_registry\_enabled) | Docker registry feature enabled |
| <a name="output_sa_auth_data"></a> [sa\_auth\_data](#output\_sa\_auth\_data) | Private key of the service account |
| <a name="output_secret_manger_enabled"></a> [secret\_manger\_enabled](#output\_secret\_manger\_enabled) | Secret manager feature enabled |
Expand Down
8 changes: 8 additions & 0 deletions output.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,11 @@ output "secret_manger_enabled" {
value = var.feature_secrets_enabled
description = "Secret manager feature enabled"
}

################################################################################
# Cluster integration
################################################################################
output "cluster_integration_enabled" {
value = var.feature_cluster_integration_enabled
description = "Cluster integration feature enabled"
}

0 comments on commit 7686384

Please sign in to comment.