Skip to content

Commit

Permalink
enable enforceReservedDeploymentPlan
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuaib Bapputty committed Dec 12, 2023
1 parent 0e37578 commit a2f2ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibm/service/mqcloud/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const qmCreating = "initializing"
const isQueueManagerDeleting = "true"
const isQueueManagerDeleteDone = "true"
const reservedDeploymentPlan = "reserved-deployment"
const enforceReservedDeploymentPlan = false // change to true on prod.
const enforceReservedDeploymentPlan = true

// waitForQmStatusUpdate Waits for QM to be in running state
func waitForQmStatusUpdate(context context.Context, d *schema.ResourceData, meta interface{}) (interface{}, error) {
Expand Down

0 comments on commit a2f2ecf

Please sign in to comment.