From 3be825249adb4c435a9665a0be8c8448f9097165 Mon Sep 17 00:00:00 2001 From: tischrei Date: Tue, 10 Sep 2024 08:30:25 +0000 Subject: [PATCH] small corrections --- doc/source/terraform/contact.rst | 4 ++-- doc/source/terraform/getting_started.rst | 3 +-- doc/source/terraform/process_overview.rst | 11 ++++++----- doc/source/terraform/release_notes.rst | 3 +-- 4 files changed, 10 insertions(+), 11 deletions(-) diff --git a/doc/source/terraform/contact.rst b/doc/source/terraform/contact.rst index 0115db8..47222ae 100644 --- a/doc/source/terraform/contact.rst +++ b/doc/source/terraform/contact.rst @@ -3,8 +3,8 @@ Contact - Whom to address for Feedback? In case you have any feedback, proposals or found any issues regarding the OTC Terraform provider, you can address them in the corresponding GitHub repository. -Issues or feedback regarding the **OTC Terrarform provider** as well as new feature requests can be addressed by filing an issue on the Github repository under https://github.com/opentelekomcloud/terraform-provider-opentelekomcloud/issues +Issues or feedback regarding the **OTC Terrarform provider** as well as new feature requests can be addressed by filling an issue on the Github repository under https://github.com/opentelekomcloud/terraform-provider-opentelekomcloud/issues If a documentation for OTC Terraform provider is incomplete or the new supported services are not described, please open a ticket on the Github repository: https://github.com/opentelekomcloud/terraform-provider-opentelekomcloud/issues -For general questions you can write an E-Mail to the `Ecosystems Squad `_. +For general questions you can write an E-Mail to the `DL OTC Ecosystem Squad `_. diff --git a/doc/source/terraform/getting_started.rst b/doc/source/terraform/getting_started.rst index 44b7ad4..0bd8e75 100644 --- a/doc/source/terraform/getting_started.rst +++ b/doc/source/terraform/getting_started.rst @@ -55,13 +55,12 @@ Prerequisite: .. code-block:: # main.tf - + # Create an Elastic Cloud Server resource resource "opentelekomcloud_compute_instance_v2" "debian_ecs" { name = "debian_ecs" image_name = "Standard_Debian_12_latest" flavor_name = "s3.medium.1" - key_pair = "kp_ecs" security_groups = ["default"] network { diff --git a/doc/source/terraform/process_overview.rst b/doc/source/terraform/process_overview.rst index 4139fcf..a146e3e 100644 --- a/doc/source/terraform/process_overview.rst +++ b/doc/source/terraform/process_overview.rst @@ -4,16 +4,17 @@ Process Overview Open Telekom Cloud Terraform Provider is developed by Ecosystem squad and it's open-sourced on Github at https://github.com/opentelekomcloud/terraform-provider-opentelekomcloud/ -Issues or new feature requests are addressed by filing an issue on the Github repository under https://github.com/opentelekomcloud/terraform-provider-opentelekomcloud/issues +Issues or new feature requests are addressed by filling an issue on the Github repository under https://github.com/opentelekomcloud/terraform-provider-opentelekomcloud/issues -The following prerequisites must be met in case of new demands: +Prerequistes for new demands +============================ - - Service or service feature must be released on PROD environment - - Documentation for service or service feature must be released on public HelpCenter portal + - Service or feature must be released on PROD environment + - Documentation for service or feature must be released on public HelpCenter portal - Functional testing must be completed by QA engineer in the service squad - Regression testing must exist and reports must be available -Once the prerequistes are met and issue is created on github repository, ecosystem squad needs several days or weeks based on the complexity of the new demand to accomplish the task. +Once the prerequistes are met and issue is created on github repository, Ecosystem squad needs several days or weeks based on the complexity of the new demand to accomplish the task. To avoid delays caused by not enough resources, the new demands should be identified and addressed upfront during PIP planning by the service squads or product management. diff --git a/doc/source/terraform/release_notes.rst b/doc/source/terraform/release_notes.rst index 52223cb..2be0eb9 100644 --- a/doc/source/terraform/release_notes.rst +++ b/doc/source/terraform/release_notes.rst @@ -3,5 +3,4 @@ Release Notes ============= Each OTC Terraform provider release is supplied with release notes which are described in detail at https://docs.otc.t-systems.com/releasenotes/terraform-provider-opentelekomcloud/ - -Release notes contain information about new service and service features, bug fixes or enf-of-life features. +Release notes contain information about new services, features, bug fixes and/or end-of-life features.