Skip to content

Commit 2c87227

Browse files
committed
cleanup
1 parent 4df47fb commit 2c87227

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

examples/test/main.tf

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,12 @@ provider "spiceai" {
1717
# Optional: Custom OAuth endpoint (defaults to https://spice.ai/api/oauth/token)
1818
# oauth_endpoint = "https://spice.ai/api/oauth/token"
1919
oauth_endpoint = "https://dev.spice.ai/api/oauth/token"
20-
21-
# Optional: Vercel protection bypass token for preview deployments
22-
# vercel_protection_bypass = "cgWEL8HZ32wB6byCBh96gQepmx4HskWd"
2320
}
2421

2522
# Create a test app with full configuration
2623
# resource "spiceai_app" "test" {
2724
# name = "terraform-test-app-2"
28-
# description = "Test app for Terraform provider validation, test"
25+
# description = "Test app for Terraform provider validation, test update 1"
2926
# visibility = "private"
3027

3128
# # # Spicepod configuration

0 commit comments

Comments
 (0)