Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Gozdek <[email protected]>
  • Loading branch information
invidian committed Aug 23, 2020
1 parent 78db3bb commit ef58fd3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pkg/platform/packet/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -287,4 +287,15 @@ output "lokomotive_values" {
value = module.packet-{{.Config.ClusterName}}.lokomotive_values
sensitive = true
}
terraform {
required_version = ">= 0.13.0"
required_providers {
packet = {
source = "terraform-providers/packet"
version = "~> 2.7.3"
}
}
}
`

0 comments on commit ef58fd3

Please sign in to comment.