{ "version": 4, "terraform_version": "1.7.0", "serial": 326, "lineage": "acedad30-7e84-0405-1660-ae0f3978651d", "outputs": { "db_endpoint": { "value": "db-1.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-5f6fd5bd86820f4d2", "ami": "ami-9700cca4", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-eb22efaf"], "subnet_id": "subnet-35423b37", "key_name": "prod-deploy-key" } } ] } ] }