Replies: 1 comment 2 replies
-
The assignment modules adhere to Azure limitations but will need to check if and when these have changed. Going by the terraform docs;
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an issue where the assignment display name is getting trimmed into only 24 characters which I believe is because of this
I was able to resolve it by using a new input parameter for assignment_display_name and fixed in the module def_assignment.
I tried to resolve it in set_assignment module for an initiative assignment but the output is same
Here is how my code looks like.
Beta Was this translation helpful? Give feedback.
All reactions