{ "version": 4, "terraform_version": "1.8.3", "serial": 252, "lineage": "10a88d42-7054-9e94-3431-4535cb5505c7", "outputs": { "db_endpoint": { "value": "db-1.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-98d85abdfa4cda5ea", "ami": "ami-7c1039e3", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-ca59171d"], "subnet_id": "subnet-1ceb05f2", "key_name": "prod-deploy-key" } } ] } ] }