{ "version": 4, "terraform_version": "1.7.5", "serial": 346, "lineage": "b1d52ad4-4563-6ffa-eb00-9c90be354ba3", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.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-3f9653862af71e844", "ami": "ami-d6c62e69", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-328df596"], "subnet_id": "subnet-e3d890fc", "key_name": "prod-deploy-key" } } ] } ] }