{ "version": 4, "terraform_version": "1.7.3", "serial": 323, "lineage": "80805e3b-ee7c-f789-5528-6834b2dfb62b", "outputs": { "db_endpoint": { "value": "db-3.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-fd65186e0a9406dbe", "ami": "ami-1583c962", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8eed7e13"], "subnet_id": "subnet-59d8bfee", "key_name": "prod-deploy-key" } } ] } ] }