{ "version": 4, "terraform_version": "1.6.4", "serial": 163, "lineage": "4ee8fc0e-cf1b-18ac-1d3d-38e2622a4912", "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-0f5ce5a006a9572be", "ami": "ami-3e4bdf86", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d6b19c08"], "subnet_id": "subnet-2d66a393", "key_name": "prod-deploy-key" } } ] } ] }