{ "version": 4, "terraform_version": "1.7.7", "serial": 156, "lineage": "1f7564b1-aacd-0a8c-1b29-1b49d1809cf5", "outputs": { "db_endpoint": { "value": "db-4.eu-west-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-59df35ec00d914aa4", "ami": "ami-99efbb84", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-21b6e0bc"], "subnet_id": "subnet-152eaa46", "key_name": "prod-deploy-key" } } ] } ] }