{ "version": 4, "terraform_version": "1.8.8", "serial": 459, "lineage": "ac02402b-a628-caaa-ab22-89391a25a42f", "outputs": { "db_endpoint": { "value": "db-4.us-west-2.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-ed71e09e53c49220f", "ami": "ami-9f0a3083", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-21d78e47"], "subnet_id": "subnet-0815b9f1", "key_name": "prod-deploy-key" } } ] } ] }