Код IT
← Каталог

Справочник по Terraform — Содержимое state-файла

Фрагмент из «Справочник по Terraform»: Содержимое state-файла.

json infra-securityencyclopedia8-04-devops-ci-cd-3 embed URL статья в энциклопедии
JSON main.json
{
  "mode": "managed",
  "type": "aws_instance",
  "name": "web",
  "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]",
  "instances": [
    {
      "attributes": {
        "ami": "ami-0c02fb55956c7d316",
        "instance_type": "t3.micro",
        "public_ip": "203.0.113.10"
      }
    }
  ]
}
{
  "mode": "managed",
  "type": "aws_instance",
  "name": "web",
  "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]",
  "instances": [
    {
      "attributes": {
        "ami": "ami-0c02fb55956c7d316",
        "instance_type": "t3.micro",
        "public_ip": "203.0.113.10"
      }
    }
  ]
}