@@ -587,6 +587,7 @@ func testAccCloudFunctionsFunction_basic(functionName string, bucketName string,
587
587
resource "google_storage_bucket" "bucket" {
588
588
name = "%s"
589
589
location = "US"
590
+ uniform_bucket_level_access = true
590
591
}
591
592
592
593
resource "google_storage_bucket_object" "archive" {
@@ -627,6 +628,7 @@ func testAccCloudFunctionsFunction_updated(functionName string, bucketName strin
627
628
resource "google_storage_bucket" "bucket" {
628
629
name = "%s"
629
630
location = "US"
631
+ uniform_bucket_level_access = true
630
632
}
631
633
632
634
resource "google_storage_bucket_object" "archive" {
@@ -680,6 +682,7 @@ func testAccCloudFunctionsFunction_buildworkerpool(functionName string, bucketNa
680
682
resource "google_storage_bucket" "bucket" {
681
683
name = "%s"
682
684
location = "US"
685
+ uniform_bucket_level_access = true
683
686
}
684
687
685
688
resource "google_storage_bucket_object" "archive" {
@@ -719,6 +722,7 @@ func testAccCloudFunctionsFunction_pubsub(functionName string, bucketName string
719
722
resource "google_storage_bucket" "bucket" {
720
723
name = "%s"
721
724
location = "US"
725
+ uniform_bucket_level_access = true
722
726
}
723
727
724
728
resource "google_storage_bucket_object" "archive" {
@@ -759,6 +763,7 @@ data "google_client_config" "current" {
759
763
resource "google_storage_bucket" "bucket" {
760
764
name = "%s"
761
765
location = "US"
766
+ uniform_bucket_level_access = true
762
767
}
763
768
764
769
resource "google_storage_bucket_object" "archive" {
@@ -792,6 +797,7 @@ func testAccCloudFunctionsFunction_bucketNoRetry(functionName string, bucketName
792
797
resource "google_storage_bucket" "bucket" {
793
798
name = "%s"
794
799
location = "US"
800
+ uniform_bucket_level_access = true
795
801
}
796
802
797
803
resource "google_storage_bucket_object" "archive" {
@@ -822,6 +828,7 @@ func testAccCloudFunctionsFunction_firestore(functionName string, bucketName str
822
828
resource "google_storage_bucket" "bucket" {
823
829
name = "%s"
824
830
location = "US"
831
+ uniform_bucket_level_access = true
825
832
}
826
833
827
834
resource "google_storage_bucket_object" "archive" {
@@ -871,6 +878,7 @@ func testAccCloudFunctionsFunction_serviceAccountEmail(functionName, bucketName,
871
878
resource "google_storage_bucket" "bucket" {
872
879
name = "%s"
873
880
location = "US"
881
+ uniform_bucket_level_access = true
874
882
}
875
883
876
884
resource "google_storage_bucket_object" "archive" {
@@ -922,6 +930,7 @@ resource "google_vpc_access_connector" "%s" {
922
930
resource "google_storage_bucket" "bucket" {
923
931
name = "%s"
924
932
location = "US"
933
+ uniform_bucket_level_access = true
925
934
}
926
935
927
936
resource "google_storage_bucket_object" "archive" {
0 commit comments