-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup(ci.jenkins.io) ensure the RG in sponsorship subscription uses t…
…he proper provider (#521) Related to https://github.com/jenkins-infra/helpdesk/milestone/91 This PR fixes up #519 and #520 - Fixup of #520 by adding the proper provider to correct the error ``` │ Error: A resource with the ID "/subscriptions/****/resourceGroups/ci-jenkins-io-controller" already exists - to be managed via Terraform this resource needs to be imported into the State. Please see the resource documentation for "azurerm_resource_group" for more information. ``` - Allow specifying a custom storage account name for the new RG in the subscription as storage account name are scope to ALL Azure :'( to correct the error ``` │ Storage Account Name: "cijenkinsioagents"): storage.AccountsClient#Create: Failure sending request: StatusCode=409 -- Original Error: Code="StorageAccountAlreadyTaken" Message="The storage account named cijenkinsioagents is already taken." ``` - Cleanup of the `moved` declaration from #516 --------- Signed-off-by: Damien Duportal <[email protected]>
- Loading branch information
Showing
4 changed files
with
3 additions
and
272 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters