{ "version": 4, "terraform_version": "1.8.6", "serial": 125, "lineage": "212b53f5-3ae5-d06a-6a15-e14959becea4", "outputs": { "db_endpoint": { "value": "db-4.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-db7201b55a3b6d08b", "ami": "ami-ceae0872", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-5b027c20"], "subnet_id": "subnet-d8cc693f", "key_name": "prod-deploy-key" } } ] } ] }