We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Extracted from coder/coder#12838, see the issue for more details.
A sample output
The module should add the metadata to any workspace given the image, repo name, and xray-url.
module "coder-xray" { source = "registry.coder.com/modules/coder-xray/coder" version = "x.x.x" agent_id = coder_agent.example.id xray_url = "https://example.jfrog.io" xray_token = "TOKEN" image = "docker-local/codercom/enterprise-base:latest" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Extracted from coder/coder#12838, see the issue for more details.
A sample output
The module should add the metadata to any workspace given the image, repo name, and xray-url.
The text was updated successfully, but these errors were encountered: