Skip to content

Commit

Permalink
Revert an unwanted change
Browse files Browse the repository at this point in the history
  • Loading branch information
romanini-ciandt committed Sep 27, 2024
1 parent 72efd29 commit 91eccaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/import_only_example/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ resource "random_pet" "main" {
}

module "kms" {
source = "romanini-ciandt/kms/google"
source = "../.."

project_id = var.project_id
keyring = random_pet.main.id
Expand Down

0 comments on commit 91eccaf

Please sign in to comment.