-
Notifications
You must be signed in to change notification settings - Fork 94
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
The resource 'azurecaf_name' is generating error for the 'azurerm_shared_image_gallery' type. #54
Comments
On Mon, 19 Oct 2020 at 07:43, Ben ***@***.***> wrote:
Shared Image Gallery name limitations:
- The value must be between 1 and 80 characters long
- cannot contain special characters /""[]:|<>+=;,?*@& or begin with
'_' or end with '.' or '-'.
- cannot contain hyphen (-) but can have underscore.
[image: image]
<https://user-images.githubusercontent.com/57881441/96410094-f1317f00-1218-11eb-994a-bbe8b6323d44.png>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#54 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA2AFOCQVUYOSNRGYVX3Y3SLPNYTANCNFSM4SVVYXTQ>
.
You put only variables for the parameters can I get one example of what the
parameters do look like so I can reproduce the error. Give me one of the
each cases and some example prefixes and suffixes.
|
The values I supply for the Shared Image Gallery goes like this:
Prefixes are derived from Launchpad global settings. |
Closed
Thank you @arnaudlh and @Nepomuceno . #69 fixed it. |
Closing as fixed in #69 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to generate a name for a Shared Image Gallery using azurecaf_name. My code as follows:
I'm getting the following error:
Error: Invalid name for CAF naming azurerm_shared_image_gallery test1, the pattern ^[a-zA-Z0-9][a-zA-Z0-9.]{0,78}[a-zA-Z0-9]$ doesn't match
screen-cap:
Please advise.
The text was updated successfully, but these errors were encountered: