terraform-provider-pass icon indicating copy to clipboard operation
terraform-provider-pass copied to clipboard

Update the README

Open danielmotaleite opened this issue 4 years ago • 0 comments
trafficstars

the README need to be updated to remove the now obsolete options in the provider, as they return a error using version >=2.0

and add the now required provider source example

terraform {
  required_providers {
    pass = {
      source  = "camptocamp/pass"
      version = "~> 2.0.0"
    }
  }
}

danielmotaleite avatar Oct 25 '21 21:10 danielmotaleite