/
githubmirror
/
terraform
Обзор
Документация
Войти
/
githubmirror
/
terraform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
internal/command/testdata/query/with-sensitive-variables/main.tf
13 строк
172 B
Sebastian Rivera
feat: denote sensitive attribute paths in query start msg
27 фев 2026, 13:01
27 фев 2026, 13:01
305dba5
Код
Авторство
О чём код?
terraform { required_providers { test = { source = "hashicorp/test" } } } provider "test" {} resource "test_instance" "example" { ami = "ami-12345" }