We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4d07d2 commit 2cf7e40Copy full SHA for 2cf7e40
stack_definition.json
@@ -47,12 +47,6 @@
47
"hidden": false,
48
"default": "replace"
49
},
50
- {
51
- "name": "signing_key",
52
- "required": true,
53
- "type": "password",
54
- "hidden": false
55
- },
56
{
57
"name": "existing_secrets_manager_crn",
58
"required": false,
tests/pr_test.go
@@ -32,7 +32,7 @@ func TestProjectsFullTest(t *testing.T) {
32
"ibmcloud_api_key": options.RequiredEnvironmentVars["TF_VAR_ibmcloud_api_key"],
33
"prefix": options.Prefix,
34
"signing_key": privateKey,
35
- "secret_manager_service_plan": "standard",
+ "secret_manager_service_plan": "trial",
36
}
37
38
err := options.RunProjectsTest()
0 commit comments