{ "version": 4, "terraform_version": "1.6.4", "serial": 557, "lineage": "88ac8eaa-eb7c-4e89-3438-72cf56ab6f50", "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-8f0567e3930d08eed", "ami": "ami-1abf7267", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-6186fb66"], "subnet_id": "subnet-e3980715", "key_name": "prod-deploy-key" } } ] } ] }