{ "version": 4, "terraform_version": "1.5.5", "serial": 465, "lineage": "f003bde7-90bb-95d5-2177-9fac7ff427b0", "outputs": { "db_endpoint": { "value": "db-0.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-cf6f4f0fb21bc8a4c", "ami": "ami-3d023527", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-17cedd61"], "subnet_id": "subnet-2bea8bfa", "key_name": "prod-deploy-key" } } ] } ] }