{ "version": 4, "terraform_version": "1.8.1", "serial": 159, "lineage": "b846a3cd-b520-ec8b-e590-d3f1b5018cdb", "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-9e553147c4d4b0e0c", "ami": "ami-54d527f6", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-fe986b1f"], "subnet_id": "subnet-9a392078", "key_name": "prod-deploy-key" } } ] } ] }