diff --git a/examples/import_only_example/main.tf b/examples/import_only_example/main.tf index 969ee13..f0a7745 100644 --- a/examples/import_only_example/main.tf +++ b/examples/import_only_example/main.tf @@ -21,7 +21,7 @@ resource "random_pet" "main" { } module "kms" { - source = "nb-goog/kms/google" + source = "../.." project_id = var.project_id keyring = random_pet.main.id