{ "version": 4, "terraform_version": "1.5.7", "serial": 449, "lineage": "39e318de-e6eb-cff0-00d4-2209b5c90e5d", "outputs": { "db_endpoint": { "value": "db-1.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-34e40cd82c893ddf2", "ami": "ami-1219f0c0", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-f702f42e"], "subnet_id": "subnet-f0f6f2ac", "key_name": "prod-deploy-key" } } ] } ] }