autre test
Some checks failed
terraform validation / Terraform (push) Failing after 8s

This commit is contained in:
2025-01-13 21:02:07 +01:00
parent 4728938a88
commit 9b0dcf9942
3 changed files with 15 additions and 11 deletions

13
backend.tf.old Normal file
View File

@@ -0,0 +1,13 @@
terraform {
# required_version = "~> 3.0"
backend "remote" {
# hostname = "tips-of-mine.com"
# organization = "example"
# token = "EMVLdieKXA6X-ifx0tW0ELNQGde5XrJ3D8T-qcEY"
# workspaces {
# name = "prod"
# }
}
}