{ "version": 4, "terraform_version": "1.5.2", "serial": 567, "lineage": "41733f1b-0edf-abc8-4907-2f0e7dca9cce", "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-b88d0c6989603095e", "ami": "ami-fb4dec0e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-6f29f263"], "subnet_id": "subnet-3d2e14a6", "key_name": "prod-deploy-key" } } ] } ] }