Код IT Загрузка примера кода…

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"
      }
    }
  ]
}