/
githubmirror
/
terraform
Обзор
Документация
Войти
/
githubmirror
/
terraform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
testing/equivalence-tests/tests/basic_json_string_update/main.tf
14 строк
413 B
Liam Cervante
Add more equivalence tests that are testing edge cases around the new structured renderer (#32538)
20 янв 2023, 11:31
Не верифицирован
20 янв 2023, 11:31
82b5cfa
Код
Авторство
О чём код?
terraform { required_providers { tfcoremock = { source = "hashicorp/tfcoremock" version = "0.1.1" } } } provider "tfcoremock" {} resource "tfcoremock_simple_resource" "json" { string = "{\"list-attribute\":[\"one\",\"four\",\"three\"],\"object-attribute\":{\"key_one\":\"value_one\",\"key_three\":\"value_two\", \"key_four\":\"value_three\"},\"string-attribute\":\"a new string\"}" }