@@ -22,7 +22,7 @@ func TestAccFirebaseAppHostingBackend_update(t *testing.T) {
22
22
23
23
acctest .VcrTest (t , resource.TestCase {
24
24
PreCheck : func () { acctest .AccTestPreCheck (t ) },
25
- ProtoV5ProviderFactories : acctest .ProtoV5ProviderBetaFactories (t ),
25
+ ProtoV5ProviderFactories : acctest .ProtoV5ProviderFactories (t ),
26
26
CheckDestroy : testAccCheckFirebaseAppHostingBackendDestroyProducer (t ),
27
27
Steps : []resource.TestStep {
28
28
{
@@ -50,8 +50,6 @@ func TestAccFirebaseAppHostingBackend_update(t *testing.T) {
50
50
func testAccFirebaseAppHostingBackend_firebaseAppHostingBackendBefore (context map [string ]interface {}) string {
51
51
return acctest .Nprintf (`
52
52
resource "google_service_account" "service_account" {
53
- provider = google-beta
54
-
55
53
project = "%{project_id}"
56
54
57
55
# Must be firebase-app-hosting-compute
@@ -63,8 +61,6 @@ resource "google_service_account" "service_account" {
63
61
}
64
62
65
63
resource "google_firebase_app_hosting_backend" "example" {
66
- provider = google-beta
67
-
68
64
project = "%{project_id}"
69
65
# Choose the region closest to your users
70
66
location = "us-central1"
@@ -89,8 +85,6 @@ resource "google_firebase_app_hosting_backend" "example" {
89
85
func testAccFirebaseAppHostingBackend_firebaseAppHostingBackendAfter (context map [string ]interface {}) string {
90
86
return acctest .Nprintf (`
91
87
resource "google_service_account" "service_account" {
92
- provider = google-beta
93
-
94
88
project = "%{project_id}"
95
89
96
90
# Must be firebase-app-hosting-compute
@@ -102,8 +96,6 @@ resource "google_service_account" "service_account" {
102
96
}
103
97
104
98
resource "google_firebase_app_hosting_backend" "example" {
105
- provider = google-beta
106
-
107
99
project = "%{project_id}"
108
100
# Choose the region closest to your users
109
101
location = "us-central1"
0 commit comments