{ "version": 4, "terraform_version": "1.6.5", "serial": 126, "lineage": "6e33f017-7b4c-f3fc-6dc4-47ede2053345", "outputs": { "db_endpoint": { "value": "db-1.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-cc63509c2f5e59754", "ami": "ami-fc07c755", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ea5d34d5"], "subnet_id": "subnet-0cde0468", "key_name": "prod-deploy-key" } } ] } ] }