{ "version": 4, "terraform_version": "1.8.5", "serial": 189, "lineage": "b5915b18-d99c-700b-adb8-235f3d2782bc", "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-05b82ff6f13bb1aea", "ami": "ami-f15aa08b", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d1f2d5bb"], "subnet_id": "subnet-e0cba669", "key_name": "prod-deploy-key" } } ] } ] }