{ "version": 4, "terraform_version": "1.5.8", "serial": 263, "lineage": "53ce9adc-3138-7232-8d28-b9800b09803c", "outputs": { "db_endpoint": { "value": "db-0.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-15491ca1dabfd666f", "ami": "ami-e1d3f758", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-29d4f9e3"], "subnet_id": "subnet-06aed3d6", "key_name": "prod-deploy-key" } } ] } ] }