{ "version": 4, "terraform_version": "1.7.7", "serial": 498, "lineage": "5b11c4ee-cf77-8a62-a7ba-c5c4a4e458f4", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.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-cce6b5e4c8027ad44", "ami": "ami-a61c195d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-0aa5c857"], "subnet_id": "subnet-0451aec4", "key_name": "prod-deploy-key" } } ] } ] }