{ "version": 4, "terraform_version": "1.5.0", "serial": 228, "lineage": "c712ebf6-e7a7-a564-a675-02b106cdf18a", "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-9989f8aa5c0d65f6f", "ami": "ami-dabb2573", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-07cf1801"], "subnet_id": "subnet-c7789cce", "key_name": "prod-deploy-key" } } ] } ] }