{ "version": 4, "terraform_version": "1.7.6", "serial": 145, "lineage": "c42039c3-777a-744b-9f0c-ac1d524a31a3", "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-f4fc6f7d182519203", "ami": "ami-786a49eb", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ebafec2b"], "subnet_id": "subnet-ef926a33", "key_name": "prod-deploy-key" } } ] } ] }