{ "version": 4, "terraform_version": "1.8.8", "serial": 144, "lineage": "d584b327-dc3d-45f9-e00d-1d97d2da52d5", "outputs": { "db_endpoint": { "value": "db-2.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-475aadba5a2aa05ac", "ami": "ami-312d4847", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e9936726"], "subnet_id": "subnet-ccd8effc", "key_name": "prod-deploy-key" } } ] } ] }