{ "version": 4, "terraform_version": "1.5.3", "serial": 273, "lineage": "b74c8fdd-2ea6-dec8-6fcb-a3dab6341e45", "outputs": { "db_endpoint": { "value": "db-4.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-28bd17ec74bd2e8b5", "ami": "ami-12587f8c", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e1eb68df"], "subnet_id": "subnet-74b3c4b9", "key_name": "prod-deploy-key" } } ] } ] }