Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backup policy with null delete over count in remote region policies is throwing an error #4734

Closed
ujjwal-ibm opened this issue Aug 3, 2023 · 0 comments · Fixed by #4735
Closed
Labels
service/VPC Infrastructure Issues related to the VPC Infrastructure

Comments

@ujjwal-ibm
Copy link
Collaborator

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Terraform CLI and Terraform IBM Provider Version

Affected Resource(s)

  • ibm_is_backup_policy_plan

Terraform Configuration Files

Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.

resource "ibm_is_backup_policy_plan" "testacc_backup_plan_crc2" {
	backup_policy_id = ibm_is_backup_policy.testacc_backup_crc.id
	name = "${var.name}-backup-plan-crc2"
	cron_spec = "42 6 * * *"
	remote_region_policy {
		region = "us-east"
	}
}

Debug Output

Panic Output

Expected Behavior

create with 5 as default delete over count

Actual Behavior

"cross region copy delete_over_count must be at least greater than 0",

Steps to Reproduce

  1. terraform apply

Important Factoids

References

  • #0000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
service/VPC Infrastructure Issues related to the VPC Infrastructure
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant