{ "version": 4, "terraform_version": "1.6.1", "serial": 581, "lineage": "4cd4c5e3-e46c-07f5-6f57-8f88845247f3", "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-b7ffd1d9844606e8a", "ami": "ami-5edde883", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c598cf89"], "subnet_id": "subnet-3366c89c", "key_name": "prod-deploy-key" } } ] } ] }