Added terraform support for NIFCLOUD (#10227)

* Add NIFCLOUD

* Add tf-validate-nifcloud in gitlab-ci
This commit is contained in:
Yoshitaka Fujii
2023-06-19 18:02:22 +09:00
committed by GitHub
parent d296adcd65
commit 89a0f515c7
15 changed files with 844 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
output "kubernetes_cluster" {
value = module.kubernetes_cluster
}