File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ packages:
1111 path : resources/cfnsb
1212 buildpack : binary_buildpack
1313 command : >
14- export PARAM_OVERRIDE_${BROKER_ID}_all_all_all_target_role_namey=${TARGET_ROLE_NAME} ;
15- export PARAM_OVERRIDE_${BROKER_ID}_all_all_all_target_account_id=${TARGET_ACCOUNT_ID} ;
1614 export PARAM_OVERRIDE_${BROKER_ID}_all_all_all_region=${AWS_DEFAULT_REGION} ;
1715 ./cfnsb
1816 -logtostderr
@@ -49,14 +47,6 @@ forms:
4947 type : secret
5048 label : AWS Secret Access Key
5149 description : AWS IAM User Secret Key to use, if left blank will attempt to use a role, if defined key-id must also be defined
52- - name : TARGET_ACCOUNT_ID
53- type : string
54- label : Target AWS Account ID
55- description : AWS AccountID for provisioning role, by default, resources will be provisioned into this account
56- - name : TARGET_ROLE_NAME
57- type : string
58- label : Target IAM Role Name
59- description : Target IAM role name to use when provisioning, requires TARGET_ACCOUNT_ID to be populated
6050 - name : AWS_DEFAULT_REGION
6151 type : string
6252 label : AWS Region
You can’t perform that action at this time.
0 commit comments