Skip to content

Commit

Permalink
cleanup(contributors.jenkins.io): remove `azurerm_storage_share.contr…
Browse files Browse the repository at this point in the history
…ibutors_jenkins_io` output (#655)

This PR removes this output, superseded by the use of
https://github.com/jenkins-infra/pipeline-library/blob/master/resources/get-fileshare-signed-url.sh
to get the file share URL including a SAS token.

Verification procedure after merging this PR: ensure
https://infra.ci.jenkins.io/job/website-jobs/job/contributor-spotlight/
job passes.

Ref:
-
jenkins-infra/helpdesk#3414 (comment)
  • Loading branch information
lemeurherve committed Apr 4, 2024
1 parent 1f0274f commit 5447ff4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions contributors.jenkins.io.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,3 @@ resource "azurerm_storage_share" "contributors_jenkins_io" {
storage_account_name = azurerm_storage_account.contributors_jenkins_io.name
quota = 5
}

output "contributors_jenkins_io_share_url" {
value = azurerm_storage_share.contributors_jenkins_io.url
}

0 comments on commit 5447ff4

Please sign in to comment.