{ "version": 4, "terraform_version": "1.5.3", "serial": 470, "lineage": "241399c9-b554-14c4-bdff-6745a5ebdec2", "outputs": { "db_endpoint": { "value": "db-3.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-85970884c9648b209", "ami": "ami-cb443854", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d170091c"], "subnet_id": "subnet-8e378dc8", "key_name": "prod-deploy-key" } } ] } ] }