Allow 0 replicas for app resource. Fix cname value in examples#18
Merged
Conversation
- Add example usage sections to API keys, container images, and regions data source docs - Add corresponding Terraform example files for each data source - Update .gitignore to include Terraform state and lock files - Update .terraformrc.example with placeholder provider path - Remove obsolete .terraform.lock.hcl from local-spice-api example
phillipleblanc
approved these changes
Feb 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the documentation for the Terraform Provider for Spice.ai to improve clarity, accuracy, and usability. The main themes are: modernizing and simplifying the
README.md, updating region and Spicepod version references across docs, clarifying configuration and usage examples, and improving resource/data source documentation.Most important changes:
Documentation modernization and simplification:
README.mdwas rewritten for clarity, with improved installation instructions, authentication details, and a simplified example. Extensive resource and data source documentation was moved out of the README and replaced with links to dedicated documentation files. [1] [2] [3]Region and Spicepod version consistency:
us-west-2-prod-aws-datainstead of the oldus-east-2.spice.cloudorus-west-2.spice.cloud, ensuring consistency across guides, schemas, and OpenAPI/spec references. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]version: v1for consistency and to reflect the current schema version. [1] [2] [3] [4] [5]Resource and data source documentation improvements:
api_keys,container_images, andregions, making it easier for users to understand how to retrieve and use this data in Terraform. [1] [2] [3]replicasto be set to zero for both apps and deployments, reflecting recent provider changes. [1] [2]Other improvements:
.terraformrc.exampleto use a generic placeholder path for the provider binary, making the example more broadly applicable.