Skip to content

Commit 948101c

Browse files
authored
Make ssh_public_key required and existing_ssh_key_name optional (#637)
1 parent 0f917b6 commit 948101c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ibm_catalog.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,13 @@
187187
},
188188
"release_notes_url": "https://cloud.ibm.com/docs/secure-infrastructure-vpc?topic=secure-infrastructure-vpc-secure-infrastructure-vpc-relnotes",
189189
"configuration": [
190+
{
191+
"key": "ssh_public_key",
192+
"required": true
193+
},
190194
{
191195
"key": "existing_ssh_key_name",
192-
"required": true,
196+
"required": false,
193197
"custom_config": {
194198
"config_constraints": {
195199
"valueType": "name"

0 commit comments

Comments
 (0)