Skip to content

Commit

Permalink
fix: info about Terraform providers license
Browse files Browse the repository at this point in the history
  • Loading branch information
kvendingoldo committed Jul 21, 2024
1 parent 6fbd745 commit f93c2d8
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion en/_includes/terraform-ref-intro.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
With [{{ TF }}](https://www.terraform.io/), you can quickly create a cloud infrastructure in {{ yandex-cloud }} and manage it using configuration files. The configuration files store the infrastructure description in the HashiCorp Configuration Language (HCL). {{ TF }} and its providers are distributed under the [Business Source License](https://github.com/hashicorp/terraform/blob/main/LICENSE).
With [{{ TF }}](https://www.terraform.io/), you can quickly create a cloud infrastructure in {{ yandex-cloud }} and manage it using configuration files. The configuration files store the infrastructure description in the HashiCorp Configuration Language (HCL). Terraform is licensed under the [Business Source License](https://github.com/hashicorp/terraform/blob/main/LICENSE) and its providers are licensed under the [MPL-2.0](https://www.mozilla.org/en-US/MPL/2.0/).

If you change the configuration files, {{ TF }} automatically detects which part of your configuration is already deployed, and what should be added or removed.

Expand Down
4 changes: 2 additions & 2 deletions en/_tutorials/_tutorials_includes/terraform-definition.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[{{ TF }}](https://www.terraform.io/) allows you to quickly create a cloud infrastructure in {{ yandex-cloud }} and manage it using configuration files. Configuration files store the infrastructure description in the HashiCorp Configuration Language (HCL). {{ TF }} and its providers are distributed under the [Business Source License](https://github.com/hashicorp/terraform/blob/main/LICENSE).
[{{ TF }}](https://www.terraform.io/) allows you to quickly create a cloud infrastructure in {{ yandex-cloud }} and manage it using configuration files. Configuration files store the infrastructure description in the HashiCorp Configuration Language (HCL). Terraform is licensed under the [Business Source License](https://github.com/hashicorp/terraform/blob/main/LICENSE) and its providers are licensed under the [MPL-2.0](https://www.mozilla.org/en-US/MPL/2.0/).

For more information about the provider resources, see the documentation on the [{{ TF }}](https://www.terraform.io/docs/providers/yandex/index.html) website or the [mirror]({{ tf-docs-link }}).

If you change the configuration files, {{ TF }} automatically detects which part of your configuration is already deployed, and what should be added or removed.
If you change the configuration files, {{ TF }} automatically detects which part of your configuration is already deployed, and what should be added or removed.
4 changes: 2 additions & 2 deletions en/_tutorials/infrastructure/terraform-state-lock.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ To set up storing {{ TF }} states in {{ objstorage-name }} and locking them by {

If you no longer need the resources you created, [delete them](#clear-out).

{{ TF }} and its providers are distributed under the [Business Source License](https://github.com/hashicorp/terraform/blob/main/LICENSE).
Terraform is licensed under the [Business Source License](https://github.com/hashicorp/terraform/blob/main/LICENSE) and its providers are licensed under the [MPL-2.0](https://www.mozilla.org/en-US/MPL/2.0/).

## Prepare your cloud {#before-you-begin}

Expand Down Expand Up @@ -289,4 +289,4 @@ If you no longer need the resources you created, delete them:
* [Getting started with {{ TF }}](../../tutorials/infrastructure-management/terraform-quickstart.md).
* [Uploading {{ TF }} states to {{ objstorage-name }}](../../tutorials/infrastructure-management/terraform-state-storage.md).
* [Using {{ yandex-cloud }} modules in {{ TF }}](../../tutorials/infrastructure-management/terraform-modules.md).
* [{{ TF }} data sources](../../tutorials/infrastructure-management/terraform-data-sources.md).
* [{{ TF }} data sources](../../tutorials/infrastructure-management/terraform-data-sources.md).
4 changes: 2 additions & 2 deletions en/_tutorials/infrastructure/terraform-state-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To configure {{ TF }} state storage in {{ objstorage-name }} and use it to creat

If you no longer need the resources you created, [delete them](#clear-out).

{{ TF }} and its providers are distributed under the [Business Source License](https://github.com/hashicorp/terraform/blob/main/LICENSE).
Terraform is licensed under the [Business Source License](https://github.com/hashicorp/terraform/blob/main/LICENSE) and its providers are licensed under the [MPL-2.0](https://www.mozilla.org/en-US/MPL/2.0/).

## Prepare your cloud {#before-you-begin}

Expand Down Expand Up @@ -217,4 +217,4 @@ To delete the resources you created, run the `terraform destroy` command; start
* [Getting started with {{ TF }}](../../tutorials/infrastructure-management/terraform-quickstart.md).
* [Locking {{ TF }} states using {{ ydb-name }}](../../tutorials/infrastructure-management/terraform-state-lock.md).
* [Using {{ yandex-cloud }} modules in {{ TF }}](../../tutorials/infrastructure-management/terraform-modules.md).
* [{{ TF }} data sources](../../tutorials/infrastructure-management/terraform-data-sources.md).
* [{{ TF }} data sources](../../tutorials/infrastructure-management/terraform-data-sources.md).
2 changes: 1 addition & 1 deletion ru/_includes/terraform-ref-intro.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[{{ TF }}](https://www.terraform.io/) позволяет быстро создать облачную инфраструктуру в {{ yandex-cloud }} и управлять ею с помощью файлов конфигураций. В файлах конфигураций хранится описание инфраструктуры на языке HCL (HashiCorp Configuration Language). {{ TF }} и его провайдеры распространяются под лицензией [Business Source License](https://github.com/hashicorp/terraform/blob/main/LICENSE).
[{{ TF }}](https://www.terraform.io/) позволяет быстро создать облачную инфраструктуру в {{ yandex-cloud }} и управлять ею с помощью файлов конфигураций. В файлах конфигураций хранится описание инфраструктуры на языке HCL (HashiCorp Configuration Language). Terraform распространяется под лицензией [Business Source License](https://github.com/hashicorp/terraform/blob/main/LICENSE), а его провайдеры – под лицензией [MPL-2.0](https://www.mozilla.org/en-US/MPL/2.0/).

При изменении файлов конфигураций {{ TF }} автоматически определяет, какая часть вашей конфигурации уже развернута, что следует добавить или удалить.

Expand Down
4 changes: 2 additions & 2 deletions ru/_tutorials/_tutorials_includes/terraform-definition.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[{{ TF }}](https://www.terraform.io/) позволяет быстро создать облачную инфраструктуру в {{ yandex-cloud }} и управлять ей с помощью файлов конфигураций. В файлах конфигураций хранится описание инфраструктуры на языке HCL (HashiCorp Configuration Language). {{ TF }} и его провайдеры распространяются под лицензией [Business Source License](https://github.com/hashicorp/terraform/blob/main/LICENSE).
[{{ TF }}](https://www.terraform.io/) позволяет быстро создать облачную инфраструктуру в {{ yandex-cloud }} и управлять ей с помощью файлов конфигураций. В файлах конфигураций хранится описание инфраструктуры на языке HCL (HashiCorp Configuration Language). Terraform распространяется под лицензией [Business Source License](https://github.com/hashicorp/terraform/blob/main/LICENSE), а его провайдеры – под лицензией [MPL-2.0](https://www.mozilla.org/en-US/MPL/2.0/).

Подробную информацию о ресурсах провайдера смотрите в документации на сайте [{{ TF }}](https://www.terraform.io/docs/providers/yandex/index.html) или в [зеркале]({{ tf-docs-link }}).

При изменении файлов конфигураций {{ TF }} автоматически определяет, какая часть вашей конфигурации уже развернута, что следует добавить или удалить.
При изменении файлов конфигураций {{ TF }} автоматически определяет, какая часть вашей конфигурации уже развернута, что следует добавить или удалить.
6 changes: 3 additions & 3 deletions ru/_tutorials/infrastructure/terraform-state-lock.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ description: "При работе с {{ TF }} в облаке важно иск

Если созданные ресурсы вам больше не нужны, [удалите их](#clear-out).

{{ TF }} и его провайдеры распространяются под лицензией [Business Source License](https://github.com/hashicorp/terraform/blob/main/LICENSE).
Terraform распространяется под лицензией [Business Source License](https://github.com/hashicorp/terraform/blob/main/LICENSE), а его провайдеры – под лицензией [MPL-2.0](https://www.mozilla.org/en-US/MPL/2.0/).

## Подготовьте облако к работе {#before-you-begin}

Expand Down Expand Up @@ -127,7 +127,7 @@ description: "При работе с {{ TF }} в облаке важно иск
```

- PowerShell {#powershell}

```powershell
$Env:AWS_ACCESS_KEY_ID="<идентификатор_ключа>"
$Env:AWS_SECRET_ACCESS_KEY="<секретный_ключ>"
Expand Down Expand Up @@ -289,4 +289,4 @@ member flag, but this is not recommended.
* [Начало работы с {{ TF }}](../../tutorials/infrastructure-management/terraform-quickstart.md).
* [Загрузка состояний {{ TF }} в {{ objstorage-name }}](../../tutorials/infrastructure-management/terraform-state-storage.md).
* [Использование модулей {{ yandex-cloud }} в {{ TF }}](../../tutorials/infrastructure-management/terraform-modules.md).
* [Источники данных {{ TF }}](../../tutorials/infrastructure-management/terraform-data-sources.md).
* [Источники данных {{ TF }}](../../tutorials/infrastructure-management/terraform-data-sources.md).
6 changes: 3 additions & 3 deletions ru/_tutorials/infrastructure/terraform-state-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
В инструкции описываются шаги загрузки состояния {{ TF }} в [{{ objstorage-name }}](../../storage/).

Состояние {{ TF }} описывает текущую развернутую инфраструктуру и хранится в файлах с расширением `.tfstate`. Файл состояния создается после развертывания инфраструктуры и может быть сразу загружен в {{ objstorage-name }}. Загруженный файл состояния будет обновляться после изменений созданной инфраструктуры.

В этом примере сохраненное состояние позволит другим пользователям получить идентификатор одной из созданных [подсетей](../../vpc/concepts/network.md#subnet), чтобы подключить к ней новую [виртуальную машину](../../compute/concepts/vm.md).

Чтобы настроить хранение состояний {{ TF }} в {{ objstorage-name }} и использовать его для создания новых ресурсов:
Expand All @@ -18,7 +18,7 @@

Если созданные ресурсы вам больше не нужны, [удалите их](#clear-out).

{{ TF }} и его провайдеры распространяются под лицензией [Business Source License](https://github.com/hashicorp/terraform/blob/main/LICENSE).
Terraform распространяется под лицензией [Business Source License](https://github.com/hashicorp/terraform/blob/main/LICENSE), а его провайдеры – под лицензией [MPL-2.0](https://www.mozilla.org/en-US/MPL/2.0/).

## Подготовьте облако к работе {#before-you-begin}

Expand Down Expand Up @@ -144,7 +144,7 @@
}
data "terraform_remote_state" "vpc" {
backend = "s3"
backend = "s3"
config = {
endpoints = {
s3 = "https://{{ s3-storage-host }}"
Expand Down

0 comments on commit f93c2d8

Please sign in to comment.