You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default values in this profile were scanned by IBM Code Risk Analyzer (CRA) for compliance with the IBM Cloud Framework for Financial Services profile that is specified by the IBM Security and Compliance Center.
Usage
provider"ibm" {
ibmcloud_api_key="XXXXXXXXXX"region="us-south"
}
module"appid" {
source="terraform-ibm-modules/appid/ibm"version="X.X.X"# Replace "X.X.X" with a release version to lock into a specific releaseresource_group_id="xxXXxxXXxXxXXXXxxXxxxXXXXxXXXXX"appid_name="my-appid"region="us-south"skip_iam_authorization_policy=falsekms_encryption_enabled=trueexisting_kms_instance_guid="<hpcs-instance-guid>"kms_key_crn="<hpcs-key-crn>"
}
Set to true to skip the creation of an IAM authorization policy that permits AppID instance in the given resource group to read the encryption key from the Hyper Protect or Key Protect instance passed in var.existing_kms_instance_guid. If set to 'false', a value must be passed for var.existing_kms_instance_guid.