This is an automated email from the ASF dual-hosted git repository.
omartushevskyi pushed a commit to branch DLAB-1158
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git
The following commit(s) were added to refs/heads/DLAB-1158 by this push:
new 4697a34 added step-ca
4697a34 is described below
commit 4697a34d4b46a6df4d1f10b9de4ddb755b80f30b
Author: Oleh Martushevskyi <[email protected]>
AuthorDate: Thu Dec 5 13:17:23 2019 +0200
added step-ca
---
infrastructure-provisioning/terraform/gcp/endpoint/main/buckets.tf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/infrastructure-provisioning/terraform/gcp/endpoint/main/buckets.tf
b/infrastructure-provisioning/terraform/gcp/endpoint/main/buckets.tf
index d864abe..b998fde 100644
--- a/infrastructure-provisioning/terraform/gcp/endpoint/main/buckets.tf
+++ b/infrastructure-provisioning/terraform/gcp/endpoint/main/buckets.tf
@@ -24,7 +24,7 @@ locals {
additional_tag = split(":", var.additional_tag)
}
-resource "google_storage_bucket" "ssn_bucket" {
+resource "google_storage_bucket" "shared_bucket" {
name = local.shared_bucket_name
force_destroy = true
labels = {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]