{ "version": 4, "terraform_version": "1.8.5", "serial": 123, "lineage": "3b868208-812f-2085-7332-250635925be6", "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-2f5699f1d08a85639", "ami": "ami-0fa2098b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c05fe7fc"], "subnet_id": "subnet-67eadd52", "key_name": "prod-deploy-key" } } ] } ] }