{ "version": 4, "terraform_version": "1.5.2", "serial": 465, "lineage": "1bb000c8-44de-c19c-2f4d-83c1e9f75069", "outputs": { "db_endpoint": { "value": "db-0.us-east-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-6273d3f4454ac7f64", "ami": "ami-5cfb7877", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-b146ae84"], "subnet_id": "subnet-1d0b9ff7", "key_name": "prod-deploy-key" } } ] } ] }