{ "version": 4, "terraform_version": "1.7.7", "serial": 250, "lineage": "0a34dfbc-0239-59b6-4b6e-e90bada516cc", "outputs": { "db_endpoint": { "value": "db-2.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-045c37d1579d40c24", "ami": "ami-a431f64b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-4839bc41"], "subnet_id": "subnet-d3e29149", "key_name": "prod-deploy-key" } } ] } ] }