From e14f52a02bda159a719670bed551684e84d2d341 Mon Sep 17 00:00:00 2001 From: Eric Ponvelle Date: Mon, 23 Oct 2023 10:17:59 -0400 Subject: [PATCH] OSDOCS-8315: Removed the Tech Preview warning from the documentation --- rosa_planning/rosa-understanding-terraform.adoc | 3 --- 1 file changed, 3 deletions(-) diff --git a/rosa_planning/rosa-understanding-terraform.adoc b/rosa_planning/rosa-understanding-terraform.adoc index b02041e79a..f82217f8a8 100644 --- a/rosa_planning/rosa-understanding-terraform.adoc +++ b/rosa_planning/rosa-understanding-terraform.adoc @@ -9,9 +9,6 @@ toc::[] Terraform is an infrastructure-as-code tool that provides a way to configure your resources once and replicate those resources as desired. Terraform accomplishes the creation tasks by using declarative language. You declare what you want the final state of the infrastructure resource to be, and Terraform creates these resources to your specifications. -:FeatureName: Red Hat Cloud Services Terraform Provider -include::snippets/technology-preview.adoc[] - include::modules/rosa-sts-terraform-prerequisites.adoc[leveloffset=+1] [discrete]