Skip to content

Commit

Permalink
add full source path instead of relative path.
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurlapertosa committed Oct 8, 2024
1 parent 4032837 commit e8b14b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/confidential_computing_intel/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ resource "google_kms_crypto_key_iam_binding" "crypto_key" {
}

module "instance_template" {
source = "../../modules/instance_template"
source = "terraform-google-modules/vm/google//modules/instance_template"

region = var.region
project_id = var.project_id
Expand Down

0 comments on commit e8b14b3

Please sign in to comment.