Skip to content

Sbercloud Enterprise Project Management Service (EPS) Terraform module

License

Notifications You must be signed in to change notification settings

tf-cloud-modules/terraform-sbercloud-eps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sbercloud Enterprise Project Management Service (EPS) Terraform module

How to Configure Terraform for Sbercloud

export SBC_ACCESS_KEY="xxxx-xxx-xxx"
export SBC_SECRET_KEY="xxxx-xxx-xxx"

Provider configuration

provider "sbercloud" {
  auth_url = "https://iam.ru-moscow-1.hc.sbercloud.ru/v3"
  region   = "ru-moscow-1"
}

Usage

module "eps" {
    source  = "tf-cloud-modules/eps/sbercloud"

    name = "test"
}

Requirements

Name Version
terraform >= 0.13.1
sbercloud >= 1.9.0, < 2.0.0

Providers

Name Version
sbercloud >= 1.9.0, < 2.0.0

Modules

No modules.

Resources

Name Type
sbercloud_enterprise_project.this resource

Inputs

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

Outputs

Name Description
id Specifies a resource ID in UUID format.

About

Sbercloud Enterprise Project Management Service (EPS) Terraform module

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages