{ "version": 4, "terraform_version": "1.5.9", "serial": 121, "lineage": "1ea87f40-fc6b-1181-6dfa-cdd84724d451", "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-2ffa3fc159f035af1", "ami": "ami-3e2073d2", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-6e20da78"], "subnet_id": "subnet-b70b0061", "key_name": "prod-deploy-key" } } ] } ] }