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
provider"ibm" {
ibmcloud_api_key="XXXXXXXXXX"# pragma: allowlist secretregion="us-south"
}
module"config_map" {
source="terraform-ibm-modules/code-engine/ibm//modules/config_map"version="latest"# Replace "latest" with a release version to lock into a specific releaseproject_id="project_id"name="config_map_name"data={ "config_map_key_1":"config_map_value_1", "config_map_key_2":"config_map_value_2" }
}
Required IAM access policies
You need the following permissions to run this module.