{ "version": 4, "terraform_version": "1.7.0", "serial": 111, "lineage": "4cc75e99-1b2d-9074-3d93-65faa33b0018", "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-d5927cd0d3d4526db", "ami": "ami-c623e726", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f28c5103"], "subnet_id": "subnet-e04b71e8", "key_name": "prod-deploy-key" } } ] } ] }