Releases: terraform-ibm-modules/terraform-ibm-account-infrastructure-base
Releases · terraform-ibm-modules/terraform-ibm-account-infrastructure-base
v1.12.7
v1.12.6
v1.12.5
v1.12.4
v1.12.3
v1.12.2
v1.12.1
v1.12.0
1.12.0 (2024-08-28)
Features
- updated the default value for
skip_cloud_shell_calls
totrue
in the deployable architecture solution. This has been done because the settings can not be set with a service ID or trusted profile currently. If you are using a real user apikey to deploy, you can set the value back totrue
if you wan't to manage the cloud shell settings using the variableshell_settings_enabled
. (#183) (ee8706b)
UPGRADE NOTE: If upgrading from an older release, you will see the destroy of the resource module.account_infrastructure_base.module.account_settings[0].ibm_cloud_shell_account_settings.cloud_shell_account_settings[0]
. This is expected, but you can explicitly set the value of skip_cloud_shell_calls
back to true
if you are using a user apikey to deploy to prevent this destroy.