Skip to content

Update the README #56

Description

@danielmotaleite

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"
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions