{ "version": 4, "terraform_version": "1.7.4", "serial": 267, "lineage": "6165dd6c-982f-62ef-bb0b-ab701a758c9e", "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-56a454f1e1b551365", "ami": "ami-b9209a57", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a9cef065"], "subnet_id": "subnet-cf6b4e93", "key_name": "prod-deploy-key" } } ] } ] }