{ "version": 4, "terraform_version": "1.7.9", "serial": 593, "lineage": "6e181514-a46d-03bc-eaa4-9768035c8d09", "outputs": { "db_endpoint": { "value": "db-4.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-6e5c0416f2c0bf746", "ami": "ami-03231ca0", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-5867f291"], "subnet_id": "subnet-1840f8b2", "key_name": "prod-deploy-key" } } ] } ] }