Skip to content

Commit

Permalink
Fix typo in identity platform docs (#6710) (#12956)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <magic-modules@google.com>

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician committed Nov 7, 2022
1 parent 0ff9ba0 commit e1c6c87
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/6710.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none
Fix typo in `identity_platform_config_basic` example.
```
2 changes: 1 addition & 1 deletion google/resource_identity_platform_config_generated_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ resource "google_project" "default" {
billing_account = "%{billing_acct}"
}
resource "google_project_service" "apigee" {
resource "google_project_service" "identitytoolkit" {
project = google_project.project.project_id
service = "identitytoolkit.googleapis.com"
}
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/identity_platform_config.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ resource "google_project" "default" {
billing_account = "000000-0000000-0000000-000000"
}
resource "google_project_service" "apigee" {
resource "google_project_service" "identitytoolkit" {
project = google_project.project.project_id
service = "identitytoolkit.googleapis.com"
}
Expand Down

0 comments on commit e1c6c87

Please sign in to comment.