Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects

Modules for k8s, private network, gateway and helm

Merged David Parimucha requested to merge feature-private-network-terraform-module into main
17 files
+ 254
17
Compare changes
  • Side-by-side
  • Inline
Files
17
+ 9
0
terraform {
required_version = ">= 1.0"
required_providers {
ovh = {
source = "ovh/ovh"
version = "~>0.40"
}
}
}
Loading