on2itsecurity / terraform-provider-auxo

Terraform provider for AUXO
MIT License
3 stars 1 forks source link

Provider documentation has wrong namespace. #1

Closed RobM83 closed 1 year ago

RobM83 commented 1 year ago

Provider documentation in v0.0.1 has wrong namespace. It has on2it where it should be on2itsecurity.

Correct snippet:

terraform {
  required_providers {
    auxo = {
      source = "on2itsecurity/auxo"
      version = "0.0.1"
    }
  }
}

Will be fixed in the next release.

RobM83 commented 1 year ago

This is solved in v0.0.2.