mirror of
https://github.com/imjasonh/infinite-git
synced 2026-07-11 10:21:25 +00:00
- Add Terraform configuration using regional-go-service module - Configure Artifact Registry for container images - Set up networking infrastructure - Deploy service with public access enabled - Add Terraform files to .gitignore The service is now deployed at: https://infinite-git-nd2dq3gc7a-uk.a.run.app 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
17 lines
No EOL
214 B
Text
17 lines
No EOL
214 B
Text
test-infinite/
|
|
|
|
# Terraform
|
|
*.tfstate
|
|
*.tfstate.*
|
|
.terraform/
|
|
.terraform.lock.hcl
|
|
*.tfvars
|
|
*.tfvars.json
|
|
override.tf
|
|
override.tf.json
|
|
*_override.tf
|
|
*_override.tf.json
|
|
.terraformrc
|
|
terraform.rc
|
|
crash.log
|
|
crash.*.log |