Skip to content

Commit 071610a

Browse files
authored
Correct the name of terraform-provider-secret (#42)
1 parent f0f6232 commit 071610a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/google/deploy_nixos.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ module "deploy_nixos" {
7474
instance_id = google_compute_instance.deploy-nixos.id
7575
}
7676

77-
// Pass some secrets. See the terraform-servets-provider to handle secrets
77+
// Pass some secrets. See the terraform-provider-secret to handle secrets
7878
// in Terraform
7979
keys = {
8080
foo = "bar"

0 commit comments

Comments
 (0)