Skip to content

Commit fdadfbc

Browse files
Use "default" rather than "main"
Co-authored-by: Katie McLaughlin <[email protected]>
1 parent 809722e commit fdadfbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

looker/looker-core-psc/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616
# [START looker_google_looker_instance_psc]
1717
# Create an ENTERPRISE edition Looker (Google Cloud core) instance that has PSC enabled.
18-
resource "google_looker_instance" "main" {
18+
resource "google_looker_instance" "default" {
1919
name = "my-instance"
2020
platform_edition = "LOOKER_CORE_ENTERPRISE_ANNUAL"
2121
region = "us-central1"

0 commit comments

Comments
 (0)