{ "version": 4, "terraform_version": "1.6.7", "serial": 411, "lineage": "b741e9cb-30d4-d48d-d97e-3c48c4da1d26", "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-480e28afc8be1c308", "ami": "ami-670340cf", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a4bf2eaa"], "subnet_id": "subnet-2480b13d", "key_name": "prod-deploy-key" } } ] } ] }