-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: barnettZQG <[email protected]>
- Loading branch information
1 parent
ca8299f
commit 5006505
Showing
15 changed files
with
93 additions
and
12 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
File renamed without changes.
2 changes: 0 additions & 2 deletions
2
addons/terraform-aws/schemas/component-uischema-terraform-aws.yaml
This file was deleted.
Oops, something went wrong.
12 changes: 12 additions & 0 deletions
12
addons/terraform-aws/schemas/config-uischema-terraform-aws.yaml
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,12 @@ | ||
- jsonKey: name | ||
sort: 10 | ||
|
||
- jsonKey: AWS_DEFAULT_REGION | ||
sort: 20 | ||
|
||
- jsonKey: AWS_ACCESS_KEY_ID | ||
sort: 30 | ||
uiType: Password | ||
- jsonKey: AWS_SECRET_ACCESS_KEY | ||
sort: 40 | ||
uiType: Password |
2 changes: 0 additions & 2 deletions
2
addons/terraform-azure/schemas/component-uischema-terraform-azure.yaml
This file was deleted.
Oops, something went wrong.
13 changes: 13 additions & 0 deletions
13
addons/terraform-azure/schemas/config-uischema-terraform-azure.yaml
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,13 @@ | ||
- jsonKey: name | ||
sort: 10 | ||
- jsonKey: ARM_SUBSCRIPTION_ID | ||
sort: 20 | ||
- jsonKey: ARM_TENANT_ID | ||
sort: 30 | ||
- jsonKey: ARM_CLIENT_ID | ||
sort: 40 | ||
uiType: Password | ||
- jsonKey: ARM_CLIENT_SECRET | ||
sort: 50 | ||
uiType: Password | ||
|
2 changes: 0 additions & 2 deletions
2
addons/terraform-baidu/schemas/component-uischema-terraform-baidu.yaml
This file was deleted.
Oops, something went wrong.
11 changes: 11 additions & 0 deletions
11
addons/terraform-baidu/schemas/config-uischema-terraform-baidu.yaml
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,11 @@ | ||
- jsonKey: name | ||
sort: 10 | ||
- jsonKey: BAIDUCLOUD_REGION | ||
sort: 20 | ||
- jsonKey: BAIDUCLOUD_ACCESS_KEY | ||
sort: 30 | ||
uiType: Password | ||
- jsonKey: BAIDUCLOUD_SECRET_KEY | ||
sort: 40 | ||
uiType: Password | ||
|
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,5 @@ | ||
- jsonKey: name | ||
sort: 10 | ||
- jsonKey: EC_API_KEY | ||
sort: 20 | ||
uiType: Password |
2 changes: 0 additions & 2 deletions
2
addons/terraform-gcp/schemas/component-uischema-terraform-gcp.yaml
This file was deleted.
Oops, something went wrong.
9 changes: 9 additions & 0 deletions
9
addons/terraform-gcp/schemas/config-uischema-terraform-gcp.yaml
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,9 @@ | ||
- jsonKey: name | ||
sort: 10 | ||
- jsonKey: GOOGLE_REGION | ||
sort: 20 | ||
- jsonKey: GOOGLE_PROJECT | ||
sort: 30 | ||
- jsonKey: GOOGLE_CREDENTIALS | ||
sort: 40 | ||
uiType: Password |
2 changes: 0 additions & 2 deletions
2
addons/terraform-tencent/schemas/component-uischema-terraform-tencent.yaml
This file was deleted.
Oops, something went wrong.
10 changes: 10 additions & 0 deletions
10
addons/terraform-tencent/schemas/config-uischema-terraform-tencent.yaml
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,10 @@ | ||
- jsonKey: name | ||
sort: 10 | ||
- jsonKey: TENCENTCLOUD_REGION | ||
sort: 20 | ||
- jsonKey: TENCENTCLOUD_SECRET_ID | ||
sort: 30 | ||
uiType: Password | ||
- jsonKey: TENCENTCLOUD_SECRET_KEY | ||
sort: 40 | ||
uiType: Password |
2 changes: 0 additions & 2 deletions
2
addons/terraform-ucloud/schemas/component-uischema-terraform-ucloud.yaml
This file was deleted.
Oops, something went wrong.
12 changes: 12 additions & 0 deletions
12
addons/terraform-ucloud/schemas/config-uischema-terraform-ucloud.yaml
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,12 @@ | ||
- jsonKey: name | ||
sort: 10 | ||
- jsonKey: UCLOUD_PROJECT_ID | ||
sort: 20 | ||
- jsonKey: UCLOUD_REGION | ||
sort: 30 | ||
- jsonKey: UCLOUD_PUBLIC_KEY | ||
sort: 40 | ||
uiType: Password | ||
- jsonKey: UCLOUD_PRIVATE_KEY | ||
sort: 50 | ||
uiType: Password |