Skip to content

Commit

Permalink
restoring module path
Browse files Browse the repository at this point in the history
  • Loading branch information
nb-goog committed Dec 18, 2024
1 parent 5f8b0aa commit c478e59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions examples/autokey_setup/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
*/

module "autokey" {
source = "./../..//modules/autokey"

source = "terraform-google-modules/kms/google//modules/autokey"
autokey_kms_project_id = var.kms_project_id
autokey_folder_number = var.folder_id
}
Expand Down
2 changes: 1 addition & 1 deletion examples/bucket_setup_using_autokey/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

module "autokey" {
source = "./../..//modules/autokey"
source = "terraform-google-modules/kms/google//modules/autokey"

autokey_kms_project_id = var.kms_project_id
autokey_folder_number = var.folder_id
Expand Down

0 comments on commit c478e59

Please sign in to comment.