Building Infrastructure You Can (Mostly) Trust

Companion Repository for DevOops 2021.

Table of Contents

Important Links

Requirements

Usage

This section contains all configuration options for the Terraform code in this repository.

Inputs

Name Description Type Default Required
yandex_cloud_id The ID of the cloud to apply any resources to. string n/a yes
yandex_folder_id The ID of the folder to operate under, if not specified by a given resource. string n/a yes
yandex_token Security token or IAM token used for authentication in Yandex.Cloud. string n/a yes
yandex_zone The default availability zone to operate under, if not specified by a given resource. string n/a yes

Outputs

Name Description
console_compute_instance_exposition Console URL for exposition Compute Instance.
console_compute_instances_overview Console URL for Compute Instances Overview.

Notes

  • Config-driven move is a Terraform 1.1 feature. It is currently only available in preview.

Author Information

This repository is maintained by the contributors listed on GitHub.

License

Licensed under the Apache License, Version 2.0 (the "License").

You may obtain a copy of the License at apache.org/licenses/LICENSE-2.0.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" basis, without WARRANTIES or conditions of any kind, either express or implied.

See the License for the specific language governing permissions and limitations under the License.