{ "version": 4, "terraform_version": "1.8.9", "serial": 446, "lineage": "5da092a1-95ea-46e7-636d-c6853c1537c8", "outputs": { "db_endpoint": { "value": "db-0.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-769bb04024d414bea", "ami": "ami-4bf65e61", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-563a31bf"], "subnet_id": "subnet-cb5e46a9", "key_name": "prod-deploy-key" } } ] } ] }