Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add variable support to Terraform examples #196

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

mheap
Copy link
Member

@mheap mheap commented Jan 6, 2025

Renders as:

header_value = var.anthropic_api_key
This example requires the following variables to be added to your manifest. You can specify values at runtime by setting TF_VAR_name=value.

variable "anthropic_api_key" {
  type = string
}

Preview Links

/plugins/ai-proxy/examples/anthropic-chat-route/

@mheap mheap requested a review from a team as a code owner January 6, 2025 20:00
Copy link

netlify bot commented Jan 6, 2025

Deploy Preview for kongdeveloper ready!

Name Link
🔨 Latest commit 0f7f8fb
🔍 Latest deploy log https://app.netlify.com/sites/kongdeveloper/deploys/677c366d041dbc0008e8170d
😎 Deploy Preview https://deploy-preview-196--kongdeveloper.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@mheap mheap merged commit cce7eb5 into main Jan 8, 2025
10 checks passed
@mheap mheap deleted the terraform-example-variables branch January 8, 2025 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants