{ "version": 4, "terraform_version": "1.7.8", "serial": 177, "lineage": "248ab3ff-cf35-307c-5e21-c661e0071aed", "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-433494c334bb4b9b9", "ami": "ami-b360f9c5", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-2adea1db"], "subnet_id": "subnet-9f74d810", "key_name": "prod-deploy-key" } } ] } ] }