{ "version": 4, "terraform_version": "1.7.9", "serial": 148, "lineage": "71d74706-27dc-48d3-f536-6707381e7483", "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-f1f2d2cca248dd091", "ami": "ami-25212dab", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c2c75d28"], "subnet_id": "subnet-4927da59", "key_name": "prod-deploy-key" } } ] } ] }