Skip to content

Commit

Permalink
fix google_project_service docs to mention it supports user project o…
Browse files Browse the repository at this point in the history
…verrides (#5036)
  • Loading branch information
drebes authored Aug 9, 2021
1 parent 646bf49 commit 994ef35
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,9 @@ $ terraform import google_project_service.my_project your-project-id/iam.googlea
```

Note that unlike other resources that fail if they already exist, `terraform apply` can be successfully used to verify already enabled services. This means that when importing existing resources into Terraform, you can either import the `google_project_service` resources or treat them as new infrastructure and run `terraform apply` to add them to state.



## User Project Overrides

This resource supports [User Project Overrides](https://www.terraform.io/docs/providers/google/guides/provider_reference.html#user_project_override).

0 comments on commit 994ef35

Please sign in to comment.