{ "version": 4, "terraform_version": "1.7.1", "serial": 352, "lineage": "79c303ca-3be5-80c3-d239-a378aa5f1056", "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-ec2691d7fa5c6033a", "ami": "ami-0ea757a7", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-26d990cf"], "subnet_id": "subnet-3f40e91f", "key_name": "prod-deploy-key" } } ] } ] }