We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0f6232 commit 071610aCopy full SHA for 071610a
examples/google/deploy_nixos.tf
@@ -74,7 +74,7 @@ module "deploy_nixos" {
74
instance_id = google_compute_instance.deploy-nixos.id
75
}
76
77
- // Pass some secrets. See the terraform-servets-provider to handle secrets
+ // Pass some secrets. See the terraform-provider-secret to handle secrets
78
// in Terraform
79
keys = {
80
foo = "bar"
0 commit comments