{ "version": 4, "terraform_version": "1.5.8", "serial": 264, "lineage": "cfe30576-7cbf-e5d9-c9c6-f64b4304acf1", "outputs": { "db_endpoint": { "value": "db-0.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-16de34c52330be8c3", "ami": "ami-a82f8612", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-7267626d"], "subnet_id": "subnet-d13a0773", "key_name": "prod-deploy-key" } } ] } ] }