Skip to content

Commit 552bd23

Browse files
authored
Fix TestAccProjectService_basic (#15785)
1 parent e5cc39c commit 552bd23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mmv1/third_party/terraform/services/resourcemanager/resource_google_project_service_test.go.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ func TestAccProjectService_basic(t *testing.T) {
5757
{
5858
Config: testAccProject_create(pid, org),
5959
Check: resource.ComposeTestCheckFunc(
60-
testAccCheckProjectService(t, services, pid, false),
60+
testAccCheckProjectService(t, services, pid, true),
6161
),
6262
},
6363
// Create services with disabling turned off.

mmv1/third_party/terraform/website/docs/r/google_project_service.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ is used.
4848
* `disable_on_destroy` - (Optional) If `true`, disable the service when the
4949
Terraform resource is destroyed. If `false` or unset, the service will be left enabled when
5050
the Terraform resource is destroyed. It should generally only
51-
be `true` or unset in configurations that manage the `google_project` resource itself.
51+
be `true` in configurations that manage the `google_project` resource itself.
5252

5353
* `disable_dependent_services` - (Optional) If `true`, services that are enabled
5454
and which depend on this service should also be disabled when this service is

0 commit comments

Comments
 (0)