{ "version": 4, "terraform_version": "1.5.1", "serial": 361, "lineage": "a995f83a-bda3-e1b5-e798-b4752ec86748", "outputs": { "db_endpoint": { "value": "db-3.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-f9c76bd10c4af733a", "ami": "ami-7de43e51", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-52c335c1"], "subnet_id": "subnet-6d8133b0", "key_name": "prod-deploy-key" } } ] } ] }