-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update metadata to reflect original variable's order (#137)
- Loading branch information
Showing
6 changed files
with
338 additions
and
204 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
# Copyright 2024 Google LLC | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
apiVersion: blueprints.cloud.google.com/v1alpha1 | ||
kind: BlueprintMetadata | ||
metadata: | ||
name: terraform-google-service-accounts-display | ||
annotations: | ||
config.kubernetes.io/local-config: "true" | ||
spec: | ||
info: | ||
title: Terraform Service Accounts Module | ||
source: | ||
repo: https://github.com/terraform-google-modules/terraform-google-service-accounts.git | ||
sourceType: git | ||
ui: | ||
input: | ||
variables: | ||
billing_account_id: | ||
name: billing_account_id | ||
title: Billing Account Id | ||
description: | ||
name: description | ||
title: Description | ||
descriptions: | ||
name: descriptions | ||
title: Descriptions | ||
display_name: | ||
name: display_name | ||
title: Display Name | ||
generate_keys: | ||
name: generate_keys | ||
title: Generate Keys | ||
grant_billing_role: | ||
name: grant_billing_role | ||
title: Grant Billing Role | ||
grant_xpn_roles: | ||
name: grant_xpn_roles | ||
title: Grant Xpn Roles | ||
names: | ||
name: names | ||
title: Names | ||
org_id: | ||
name: org_id | ||
title: Org Id | ||
prefix: | ||
name: prefix | ||
title: Prefix | ||
project_id: | ||
name: project_id | ||
title: Project Id | ||
project_roles: | ||
name: project_roles | ||
title: Project Roles |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# Copyright 2024 Google LLC | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
apiVersion: blueprints.cloud.google.com/v1alpha1 | ||
kind: BlueprintMetadata | ||
metadata: | ||
name: terraform-google-service-accounts-display | ||
annotations: | ||
config.kubernetes.io/local-config: "true" | ||
spec: | ||
info: | ||
title: Service Account Key Distributor | ||
source: | ||
repo: https://github.com/terraform-google-modules/terraform-google-service-accounts.git | ||
sourceType: git | ||
dir: /modules/key-distributor | ||
ui: | ||
input: | ||
variables: | ||
folder_ids: | ||
name: folder_ids | ||
title: Folder Ids | ||
function_members: | ||
name: function_members | ||
title: Function Members | ||
function_name: | ||
name: function_name | ||
title: Function Name | ||
org_id: | ||
name: org_id | ||
title: Org Id | ||
project_id: | ||
name: project_id | ||
title: Project Id | ||
project_ids: | ||
name: project_ids | ||
title: Project Ids | ||
public_key_file: | ||
name: public_key_file | ||
title: Public Key File | ||
region: | ||
name: region | ||
title: Region |
Oops, something went wrong.