{ "version": 4, "terraform_version": "1.6.0", "serial": 398, "lineage": "01810b79-b9f1-134e-0151-2273cc9f2106", "outputs": { "db_endpoint": { "value": "db-2.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-e312f876d55156538", "ami": "ami-a514860f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-de5f9ce2"], "subnet_id": "subnet-6a56b957", "key_name": "prod-deploy-key" } } ] } ] }