Skip to content

Commit 7ae21ab

Browse files
author
Alireza Karami
committed
using .ir instead of .com for API.
1 parent 90f8802 commit 7ae21ab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
# Terraform Provider for ArvanCloud
66

77
### How to use
8-
1. Get an API Key from [ArvanCloud Dashboard](https://panel.arvancloud.com/profile/api-keys)
8+
1. Get an API Key from [ArvanCloud Dashboard](https://panel.arvancloud.ir/profile/api-keys)
99
2. Create a `main.tf` file and put the following content into (boilerplate):
1010
```tf
1111
terraform {
1212
required_providers {
1313
arvan = {
1414
source = "arvancloud/arvan"
15-
version = "0.6.3" # put the version here
15+
version = "0.6.4" # put the version here
1616
}
1717
}
1818
}
@@ -35,7 +35,7 @@ terraform {
3535
required_providers {
3636
arvan = {
3737
source = "arvancloud/arvan"
38-
version = "0.6.3"
38+
version = "0.6.4"
3939
}
4040
}
4141
}

internal/api/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
)
1212

1313
const (
14-
BasePath = "https://napi.arvancloud.com"
14+
BasePath = "https://napi.arvancloud.ir"
1515
DefaultTimeout = 1 * time.Minute
1616
RequesterContext = "requesterContext"
1717
)

0 commit comments

Comments
 (0)