We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4df47fb commit 2c87227Copy full SHA for 2c87227
1 file changed
examples/test/main.tf
@@ -17,15 +17,12 @@ provider "spiceai" {
17
# Optional: Custom OAuth endpoint (defaults to https://spice.ai/api/oauth/token)
18
# oauth_endpoint = "https://spice.ai/api/oauth/token"
19
oauth_endpoint = "https://dev.spice.ai/api/oauth/token"
20
-
21
- # Optional: Vercel protection bypass token for preview deployments
22
- # vercel_protection_bypass = "cgWEL8HZ32wB6byCBh96gQepmx4HskWd"
23
}
24
25
# Create a test app with full configuration
26
# resource "spiceai_app" "test" {
27
# name = "terraform-test-app-2"
28
-# description = "Test app for Terraform provider validation, test"
+# description = "Test app for Terraform provider validation, test update 1"
29
# visibility = "private"
30
31
# # # Spicepod configuration
0 commit comments