{ "version": 4, "terraform_version": "1.8.9", "serial": 211, "lineage": "3ce1b1a9-beb9-d0ca-751d-63134b00be78", "outputs": { "db_endpoint": { "value": "db-2.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-087b838ebfac8bede", "ami": "ami-f454b8f3", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-877c68eb"], "subnet_id": "subnet-4a5904ee", "key_name": "prod-deploy-key" } } ] } ] }