Skip to content

Update Provider Config #3

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

Closed
nolte opened this issue May 23, 2020 · 0 comments · Fixed by #4
Closed

Update Provider Config #3

nolte opened this issue May 23, 2020 · 0 comments · Fixed by #4
Assignees
Labels
breaking-change Planed braking provider change. enhancement New functionality.

Comments

@nolte
Copy link
Owner

nolte commented May 23, 2020

Describe the feature

current config

provider "harbor" {
  url      = var.harbor_endpoint
  insecure = true
  basepath = var.harbor_base_path
  username = "admin"
  password = "Harbor12345"
}

expected config

provider "harbor" {
  host     = var.harbor_endpoint
  schema   = "https"
  insecure = true
  basepath = var.harbor_base_path
  username = "admin"
  password = "Harbor12345"
}

Additional context

Rename Field:
url -> host

other Changes:

  • New Field: schema
  • Using the Original Harbor IDs for Terraform State file
@nolte nolte added enhancement New functionality. breaking-change Planed braking provider change. labels May 23, 2020
nolte pushed a commit that referenced this issue May 23, 2020
@nolte nolte self-assigned this May 23, 2020
@nolte nolte linked a pull request May 23, 2020 that will close this issue
@nolte nolte closed this as completed in #4 May 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change Planed braking provider change. enhancement New functionality.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant