Skip to content

Commit 9a6249b

Browse files
committed
Generate new modules from templates
1 parent 4ff73a0 commit 9a6249b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+68
-60
lines changed

auth.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
// This file was automatically generated from a template in ./autogen
17+
// This file was automatically generated from a template in ./autogen/main
1818

1919
/******************************************
2020
Retrieve authentication token

cluster.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
// This file was automatically generated from a template in ./autogen
17+
// This file was automatically generated from a template in ./autogen/main
1818

1919
/******************************************
2020
Create Container Cluster

dns.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
// This file was automatically generated from a template in ./autogen
17+
// This file was automatically generated from a template in ./autogen/main
1818

1919
/******************************************
2020
Delete default kube-dns configmap

main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
// This file was automatically generated from a template in ./autogen
17+
// This file was automatically generated from a template in ./autogen/main
1818

1919
/******************************************
2020
Get available zones in region

masq.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
// This file was automatically generated from a template in ./autogen
17+
// This file was automatically generated from a template in ./autogen/main
1818

1919
/******************************************
2020
Create ip-masq-agent confimap

modules/beta-private-cluster-update-variant/auth.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
// This file was automatically generated from a template in ./autogen
17+
// This file was automatically generated from a template in ./autogen/main
1818

1919
/******************************************
2020
Retrieve authentication token

modules/beta-private-cluster-update-variant/cluster.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
// This file was automatically generated from a template in ./autogen
17+
// This file was automatically generated from a template in ./autogen/main
1818

1919
/******************************************
2020
Create Container Cluster

modules/beta-private-cluster-update-variant/dns.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
// This file was automatically generated from a template in ./autogen
17+
// This file was automatically generated from a template in ./autogen/main
1818

1919
/******************************************
2020
Delete default kube-dns configmap

modules/beta-private-cluster-update-variant/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
// This file was automatically generated from a template in ./autogen
17+
// This file was automatically generated from a template in ./autogen/main
1818

1919
/******************************************
2020
Get available zones in region

modules/beta-private-cluster-update-variant/masq.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
// This file was automatically generated from a template in ./autogen
17+
// This file was automatically generated from a template in ./autogen/main
1818

1919
/******************************************
2020
Create ip-masq-agent confimap

modules/beta-private-cluster-update-variant/networks.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
// This file was automatically generated from a template in ./autogen
17+
// This file was automatically generated from a template in ./autogen/main
1818

1919
data "google_compute_network" "gke_network" {
2020
provider = google-beta

modules/beta-private-cluster-update-variant/outputs.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
// This file was automatically generated from a template in ./autogen
17+
// This file was automatically generated from a template in ./autogen/main
1818

1919
output "name" {
2020
description = "Cluster name"

modules/beta-private-cluster-update-variant/sa.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
// This file was automatically generated from a template in ./autogen
17+
// This file was automatically generated from a template in ./autogen/main
1818

1919
locals {
2020
service_account_list = compact(

modules/beta-private-cluster-update-variant/variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
// This file was automatically generated from a template in ./autogen
17+
// This file was automatically generated from a template in ./autogen/main
1818

1919
variable "project_id" {
2020
type = string

modules/beta-private-cluster-update-variant/variables_defaults.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
// This file was automatically generated from a template in ./autogen
17+
// This file was automatically generated from a template in ./autogen/main
1818

1919
# Setup dynamic default values for variables which can't be setup using
2020
# the standard terraform "variable default" functionality

modules/beta-private-cluster/auth.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
// This file was automatically generated from a template in ./autogen
17+
// This file was automatically generated from a template in ./autogen/main
1818

1919
/******************************************
2020
Retrieve authentication token

modules/beta-private-cluster/cluster.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
// This file was automatically generated from a template in ./autogen
17+
// This file was automatically generated from a template in ./autogen/main
1818

1919
/******************************************
2020
Create Container Cluster

modules/beta-private-cluster/dns.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
// This file was automatically generated from a template in ./autogen
17+
// This file was automatically generated from a template in ./autogen/main
1818

1919
/******************************************
2020
Delete default kube-dns configmap

modules/beta-private-cluster/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
// This file was automatically generated from a template in ./autogen
17+
// This file was automatically generated from a template in ./autogen/main
1818

1919
/******************************************
2020
Get available zones in region

modules/beta-private-cluster/masq.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
// This file was automatically generated from a template in ./autogen
17+
// This file was automatically generated from a template in ./autogen/main
1818

1919
/******************************************
2020
Create ip-masq-agent confimap

modules/beta-private-cluster/networks.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
// This file was automatically generated from a template in ./autogen
17+
// This file was automatically generated from a template in ./autogen/main
1818

1919
data "google_compute_network" "gke_network" {
2020
provider = google-beta

modules/beta-private-cluster/outputs.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
// This file was automatically generated from a template in ./autogen
17+
// This file was automatically generated from a template in ./autogen/main
1818

1919
output "name" {
2020
description = "Cluster name"

modules/beta-private-cluster/sa.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
// This file was automatically generated from a template in ./autogen
17+
// This file was automatically generated from a template in ./autogen/main
1818

1919
locals {
2020
service_account_list = compact(

modules/beta-private-cluster/variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
// This file was automatically generated from a template in ./autogen
17+
// This file was automatically generated from a template in ./autogen/main
1818

1919
variable "project_id" {
2020
type = string

modules/beta-private-cluster/variables_defaults.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
// This file was automatically generated from a template in ./autogen
17+
// This file was automatically generated from a template in ./autogen/main
1818

1919
# Setup dynamic default values for variables which can't be setup using
2020
# the standard terraform "variable default" functionality

modules/beta-public-cluster/auth.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
// This file was automatically generated from a template in ./autogen
17+
// This file was automatically generated from a template in ./autogen/main
1818

1919
/******************************************
2020
Retrieve authentication token

modules/beta-public-cluster/cluster.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
// This file was automatically generated from a template in ./autogen
17+
// This file was automatically generated from a template in ./autogen/main
1818

1919
/******************************************
2020
Create Container Cluster

modules/beta-public-cluster/dns.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
// This file was automatically generated from a template in ./autogen
17+
// This file was automatically generated from a template in ./autogen/main
1818

1919
/******************************************
2020
Delete default kube-dns configmap

modules/beta-public-cluster/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
// This file was automatically generated from a template in ./autogen
17+
// This file was automatically generated from a template in ./autogen/main
1818

1919
/******************************************
2020
Get available zones in region

modules/beta-public-cluster/masq.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
// This file was automatically generated from a template in ./autogen
17+
// This file was automatically generated from a template in ./autogen/main
1818

1919
/******************************************
2020
Create ip-masq-agent confimap

modules/beta-public-cluster/networks.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
// This file was automatically generated from a template in ./autogen
17+
// This file was automatically generated from a template in ./autogen/main
1818

1919
data "google_compute_network" "gke_network" {
2020
provider = google-beta

modules/beta-public-cluster/outputs.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
// This file was automatically generated from a template in ./autogen
17+
// This file was automatically generated from a template in ./autogen/main
1818

1919
output "name" {
2020
description = "Cluster name"

modules/beta-public-cluster/sa.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
// This file was automatically generated from a template in ./autogen
17+
// This file was automatically generated from a template in ./autogen/main
1818

1919
locals {
2020
service_account_list = compact(

modules/beta-public-cluster/variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
// This file was automatically generated from a template in ./autogen
17+
// This file was automatically generated from a template in ./autogen/main
1818

1919
variable "project_id" {
2020
type = string

modules/beta-public-cluster/variables_defaults.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
// This file was automatically generated from a template in ./autogen
17+
// This file was automatically generated from a template in ./autogen/main
1818

1919
# Setup dynamic default values for variables which can't be setup using
2020
# the standard terraform "variable default" functionality

modules/private-cluster-update-variant/auth.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
// This file was automatically generated from a template in ./autogen
17+
// This file was automatically generated from a template in ./autogen/main
1818

1919
/******************************************
2020
Retrieve authentication token

modules/private-cluster-update-variant/cluster.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
// This file was automatically generated from a template in ./autogen
17+
// This file was automatically generated from a template in ./autogen/main
1818

1919
/******************************************
2020
Create Container Cluster

modules/private-cluster-update-variant/dns.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
// This file was automatically generated from a template in ./autogen
17+
// This file was automatically generated from a template in ./autogen/main
1818

1919
/******************************************
2020
Delete default kube-dns configmap

modules/private-cluster-update-variant/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
// This file was automatically generated from a template in ./autogen
17+
// This file was automatically generated from a template in ./autogen/main
1818

1919
/******************************************
2020
Get available zones in region

modules/private-cluster-update-variant/masq.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
// This file was automatically generated from a template in ./autogen
17+
// This file was automatically generated from a template in ./autogen/main
1818

1919
/******************************************
2020
Create ip-masq-agent confimap

modules/private-cluster-update-variant/networks.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
// This file was automatically generated from a template in ./autogen
17+
// This file was automatically generated from a template in ./autogen/main
1818

1919
data "google_compute_network" "gke_network" {
2020
provider = google

modules/private-cluster-update-variant/outputs.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
// This file was automatically generated from a template in ./autogen
17+
// This file was automatically generated from a template in ./autogen/main
1818

1919
output "name" {
2020
description = "Cluster name"

modules/private-cluster-update-variant/sa.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
// This file was automatically generated from a template in ./autogen
17+
// This file was automatically generated from a template in ./autogen/main
1818

1919
locals {
2020
service_account_list = compact(

modules/private-cluster-update-variant/variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
// This file was automatically generated from a template in ./autogen
17+
// This file was automatically generated from a template in ./autogen/main
1818

1919
variable "project_id" {
2020
type = string

0 commit comments

Comments
 (0)