{ "version": 4, "terraform_version": "1.7.8", "serial": 497, "lineage": "e22d6d06-f52d-79da-2d04-27fc097378af", "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-1ba40d602aa4324b4", "ami": "ami-453a5fe7", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-495678fc"], "subnet_id": "subnet-433f11c0", "key_name": "prod-deploy-key" } } ] } ] }