-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
77 adopt module template to latest development guide rules (#80)
* move versions.tf to main.tf file * adding more providers * bump pre-commit version * set a version module in the bug report * set `anything else` section as non mandatory for bugs and features --------- Co-authored-by: Piotr Stawarski <p@stawarski.pl>
- Loading branch information
1 parent
e93d5fb
commit edea3a1
Showing
6 changed files
with
39 additions
and
22 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
terraform 1.5.7 | ||
terraform-docs 0.17.0 | ||
tflint 0.50.3 | ||
pre-commit 3.6.2 | ||
pre-commit 3.7.0 | ||
# python 3.11.2 |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,24 @@ | ||
# Terraform code goes here | ||
terraform { | ||
required_version = ">= 1.5.7" | ||
|
||
required_providers { | ||
# aws = { | ||
# source = "hashicorp/aws" | ||
# version = ">= 5.44.0" | ||
# } | ||
# azurerm = { | ||
# source = "hashicorp/azurerm" | ||
# version = ">= 3.98.0" | ||
# } | ||
# digitalocean = { | ||
# source = "digitalocean/digitalocean" | ||
# version = ">= 2.36.0" | ||
# } | ||
# github = { | ||
# source = "integrations/github" | ||
# version = ">= 6.2.1" | ||
# } | ||
} | ||
} | ||
|
||
# TODO: Add resources here. |
This file was deleted.
Oops, something went wrong.