- Sbercloud Quickstart
- Add environment variables for terraform authentication in Sbercloud
export SBC_ACCESS_KEY="xxxx-xxx-xxx"
export SBC_SECRET_KEY="xxxx-xxx-xxx"
provider "sbercloud" {
auth_url = "https://iam.ru-moscow-1.hc.sbercloud.ru/v3"
region = "ru-moscow-1"
}
module "eps" {
source = "tf-cloud-modules/eps/sbercloud"
name = "test"
}
Name | Version |
---|---|
terraform | >= 0.13.1 |
sbercloud | >= 1.9.0, < 2.0.0 |
Name | Version |
---|---|
sbercloud | >= 1.9.0, < 2.0.0 |
No modules.
Name | Type |
---|---|
sbercloud_enterprise_project.this | resource |
Name | Description | Type | Default | Required |
---|---|---|---|---|
create | Controls if resources should be created. | bool |
true |
no |
description | Specifies the description of the enterprise project. | string |
null |
no |
enable | Specifies whether to enable the enterprise project. | string |
true |
no |
name | Specifies the name of the enterprise project. | string |
n/a | yes |
skip_disable_on_destroy | Specifies whether to skip disable the enterprise project on destroy. | string |
false |
no |
type | Specifies the type of the enterprise project. | string |
null |
no |
Name | Description |
---|---|
id | Specifies a resource ID in UUID format. |