We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ad1aa commit 17da59bCopy full SHA for 17da59b
README.md
@@ -7,7 +7,7 @@ a read-only access to the repository.
7
8
```hcl
9
module "fluxcd" {
10
- source = "github.com/lassizci/terraform-eks-fluxcd-sops?ref=v0.9"
+ source = "github.com/lassizci/terraform-eks-fluxcd-sops?ref=v0.10"
11
path = "./clusters/dev"
12
controller_ssh_public_key = file("./deploy-key.pub")
13
controller_ssh_private_key = file("./deploy-key.priv")
0 commit comments