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

powerplatform_environment_group_rule_set issue with sending ruleset #564

Open
mawasile opened this issue Jan 24, 2025 · 0 comments · May be fixed by #565
Open

powerplatform_environment_group_rule_set issue with sending ruleset #564

mawasile opened this issue Jan 24, 2025 · 0 comments · May be fixed by #565
Assignees
Labels
bug Something isn't working community Request or issue originated from a customer or community request

Comments

@mawasile
Copy link
Contributor

mawasile commented Jan 24, 2025

Describe the bug

"Rule Value must be DateTime"

Sample Terraform Code

If applicable, add terraform code to help explain your problem.

REMINDER: REMOVE SENSITIVE DATA SUCH AS SECRETS, USER NAMES, EMAILS, TENANT INFORMATION, ETC.

resource "powerplatform_environment_group_rule_set" "env_group_rule" {
  for_each = var.environment_groups

  environment_group_id = powerplatform_environment_group.example_group[each.key].id

  rules = {
    maker_welcome_content = {
      maker_onboarding_url      = ""
      maker_onboarding_markdown = "Welcome!"
    }
  }
}

Expected behavior

A clear and concise description of what you expected to happen.

System Information

  • Provider Version: [e.g. 0.2.2]
  • OS & Version: [e.g. Windows, Linux, MacOS]

Additional context

Add any other context about the problem here.

Contribution

Do you plan to raise a PR to address this issue? YES / NO?

@mawasile mawasile added the bug Something isn't working label Jan 24, 2025
@mawasile mawasile self-assigned this Jan 24, 2025
@mawasile mawasile changed the title powerplatform_environment_group_rule_set issue with sending rulese powerplatform_environment_group_rule_set issue with sending ruleset Jan 24, 2025
@mattdot mattdot added the community Request or issue originated from a customer or community request label Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working community Request or issue originated from a customer or community request
Projects
None yet
2 participants