File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 )
992 . Create a ` main.tf ` file and put the following content into (boilerplate):
1010``` tf
1111terraform {
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}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
1111)
1212
1313const (
14- BasePath = "https://napi.arvancloud.com "
14+ BasePath = "https://napi.arvancloud.ir "
1515 DefaultTimeout = 1 * time .Minute
1616 RequesterContext = "requesterContext"
1717)
You can’t perform that action at this time.
0 commit comments