Skip to content

Commit

Permalink
Merge pull request #17 from axiomhq/mano/version-bump
Browse files Browse the repository at this point in the history
  • Loading branch information
toppercodes authored Apr 3, 2024
2 parents aff404e + 0f21fe7 commit 1045068
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ terraform {
required_providers {
axiom = {
source = "axiomhq/axiom"
version = "1.0"
version = "1.0.1"
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions example/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ terraform {
required_providers {
axiom = {
source = "axiomhq/axiom"
version = "1.0"
version = "1.0.1"
}
}
}

provider "axiom" {
api_token = ""
org_id = ""
api_token = "API_TOKEN"
org_id = "ORG_ID"
base_url = "https://api.axiom.co"
}

Expand Down

0 comments on commit 1045068

Please sign in to comment.