Ensure all modules have an id output (#1410)
* net-vpc * a-d * complete modules * fix error
This commit is contained in:
committed by
GitHub
parent
f069562998
commit
884cb8b4bf
@@ -333,11 +333,12 @@ module "cloud_run" {
|
||||
|
||||
| name | description | sensitive |
|
||||
|---|---|:---:|
|
||||
| [service](outputs.tf#L18) | Cloud Run service. | |
|
||||
| [service_account](outputs.tf#L23) | Service account resource. | |
|
||||
| [service_account_email](outputs.tf#L28) | Service account email. | |
|
||||
| [service_account_iam_email](outputs.tf#L33) | Service account email. | |
|
||||
| [service_name](outputs.tf#L41) | Cloud Run service name. | |
|
||||
| [vpc_connector](outputs.tf#L47) | VPC connector resource if created. | |
|
||||
| [id](outputs.tf#L18) | Fully qualified service id. | |
|
||||
| [service](outputs.tf#L23) | Cloud Run service. | |
|
||||
| [service_account](outputs.tf#L28) | Service account resource. | |
|
||||
| [service_account_email](outputs.tf#L33) | Service account email. | |
|
||||
| [service_account_iam_email](outputs.tf#L38) | Service account email. | |
|
||||
| [service_name](outputs.tf#L46) | Cloud Run service name. | |
|
||||
| [vpc_connector](outputs.tf#L52) | VPC connector resource if created. | |
|
||||
|
||||
<!-- END TFDOC -->
|
||||
|
||||
Reference in New Issue
Block a user