-
Notifications
You must be signed in to change notification settings - Fork 132
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
provider-aws-s3 bucket examples incorrect #988
Comments
Those are uptest markers (see https://github.com/upbound/uptest#injecting-dynamic-values-and-datasource). I agree it should be better documented. |
This provider repo does not have enough maintainers to address every issue. Since there has been no activity in the last 90 days it is now marked as |
This provider repo does not have enough maintainers to address every issue. Since there has been no activity in the last 90 days it is now marked as |
This issue is being closed since there has been no activity for 14 days since marking it as |
What happened?
Bucket examples produce the following error message:
The Bucket "example-${Rand.RFC1123subdomain}" is invalid: metadata.name: Invalid value: "example-${Rand.RFC1123Subdomain}": a lowercase RFC 1123 subdomain must consist of lower case alphanumeric characters, '-' or '.', and must start and end with an alphanumeric character (e.g. 'example.com', regex used for validation is 'a-z0-9?(.a-z0-9?)*')
How can we reproduce it?
Apply one of the examples from here and receive the error.
What environment did it happen in?
The text was updated successfully, but these errors were encountered: