From 912176edf0c4f5897da9302173f25334d8ab5c4e Mon Sep 17 00:00:00 2001 From: Rambatino Date: Tue, 16 Apr 2024 12:17:46 +0100 Subject: [PATCH] docs(provider): removed tf signup --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 47f8ced..3b6396e 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,7 @@ Axiom lets you make the most of your event data without compromises: all your da ## Prerequisites - [Sign up for a free Axiom account](https://app.axiom.co/register). All you need is an email address. -- [Create an advanced API token in Axiom](https://axiom.co/docs/reference/tokens#create-advanced-api-token) with the permissions to perform the actions you want to use Terraform for. For example, to use Terraform to create and update datasets, create the advanced API token with these permissions. -- [Create a Terraform account](https://app.terraform.io/signup/account). +- [Create an advanced API token in Axiom](https://axiom.co/docs/reference/tokens#create-advanced-api-token) with the permissions to perform the actions you want to use. For example, to use Terraform to create and update datasets, create the advanced API token with these permissions. - [Install the Terraform CLI](https://developer.hashicorp.com/terraform/cli). ## Install the provider @@ -65,4 +64,4 @@ data "axiom_dataset" "test_dataset" { ## License -For more information on licensing, see [LICENSE](./LICENSE). \ No newline at end of file +For more information on licensing, see [LICENSE](./LICENSE).