{ "version": 4, "terraform_version": "1.6.6", "serial": 350, "lineage": "058e68db-cf8e-bac1-e571-bf8afad65b6e", "outputs": { "db_endpoint": { "value": "db-4.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-0745e88ab7086507d", "ami": "ami-00e705d5", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-8f6129d6"], "subnet_id": "subnet-b4e31c44", "key_name": "prod-deploy-key" } } ] } ] }