{ "version": 4, "terraform_version": "1.6.3", "serial": 427, "lineage": "9e844401-b9c4-f2c5-6f8e-8bd68678a643", "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-a75624bc4d8018fb5", "ami": "ami-7047811f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-2eb28ddc"], "subnet_id": "subnet-9ba03e1a", "key_name": "prod-deploy-key" } } ] } ] }