{ "version": 4, "terraform_version": "1.7.2", "serial": 210, "lineage": "f825d63a-4018-e5ff-095d-b80b83f55b0a", "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-2dc134a241a21df8f", "ami": "ami-64bc762d", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-6b2f4ab1"], "subnet_id": "subnet-587fe4ba", "key_name": "prod-deploy-key" } } ] } ] }