Skip to content

Commit

Permalink
Change documentation and uggrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mcorbin committed Jan 6, 2024
1 parent 6a5c69f commit 45f4fc2
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 113 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@

Official Terraform provider for [Appclacks](https://appclacks.com/).

See the [documentation](https://registry.terraform.io/providers/appclacks/appclacks/latest/docs) to learn how to use it.

## Authentication

You need an API token and to set the `APPCLACKS_ORGANIZATION_ID` and `APPCLACKS_TOKEN` environment variables in order to use the Terraform provider.

See the documentation [Authentication](https://www.doc.appclacks.com/getting-started/index.html#authentication) section for more information about API tokens.
The [Terraform provider documentation](https://registry.terraform.io/providers/appclacks/appclacks/latest/docs) explains how to use it.

## Examples

Expand Down
1 change: 0 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ terraform {
source = "appclacks/appclacks"
}
}
required_version = ">= 0.1.0"
}
// You can also export the APPCLACKS_ORGANIZATION_ID and
Expand Down
1 change: 0 additions & 1 deletion examples/provider/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ terraform {
source = "appclacks/appclacks"
}
}
required_version = ">= 0.1.0"
}

// You can also export the APPCLACKS_ORGANIZATION_ID and
Expand Down
5 changes: 0 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ require (
github.com/Masterminds/sprig/v3 v3.2.2 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
github.com/agext/levenshtein v1.2.3 // indirect
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
github.com/armon/go-radix v1.0.0 // indirect
github.com/bgentry/speakeasy v0.1.0 // indirect
github.com/cheynewallace/tabby v1.1.1 // indirect
github.com/cloudflare/circl v1.3.3 // indirect
github.com/fatih/color v1.16.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
Expand All @@ -46,7 +44,6 @@ require (
github.com/hashicorp/yamux v0.1.1 // indirect
github.com/huandu/xstrings v1.3.2 // indirect
github.com/imdario/mergo v0.3.15 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mitchellh/cli v1.1.5 // indirect
Expand All @@ -60,8 +57,6 @@ require (
github.com/russross/blackfriday v1.6.0 // indirect
github.com/shopspring/decimal v1.3.1 // indirect
github.com/spf13/cast v1.5.0 // indirect
github.com/spf13/cobra v1.8.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
Expand Down
Loading

0 comments on commit 45f4fc2

Please sign in to comment.