Initial commit
This commit is contained in:
commit
b5e046234c
6 changed files with 228 additions and 0 deletions
12
tf/terraform.tf
Normal file
12
tf/terraform.tf
Normal file
|
@ -0,0 +1,12 @@
|
|||
terraform {
|
||||
required_providers {
|
||||
flux = {
|
||||
source = "fluxcd/flux"
|
||||
version = "1.2.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
provider "flux" {
|
||||
# Configuration options
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue