From b7403fd14f186b651f8f0b10403e234b881b5bc2 Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Thu, 9 Apr 2015 14:15:21 -0500 Subject: [PATCH] docs: remove note about openstack It _is_ a provider now! :) --- website/source/intro/vs/cloudformation.html.markdown | 3 --- 1 file changed, 3 deletions(-) diff --git a/website/source/intro/vs/cloudformation.html.markdown b/website/source/intro/vs/cloudformation.html.markdown index 74dc0dc111..382a76582d 100644 --- a/website/source/intro/vs/cloudformation.html.markdown +++ b/website/source/intro/vs/cloudformation.html.markdown @@ -37,6 +37,3 @@ phases, meaning operators are forced to mentally reason about the effects of a change, which quickly becomes intractable in large infrastructures. Terraform lets operators apply changes with confidence, as they know exactly what will happen beforehand. - -~> **Note:** It should be clarified that OpenStack provider support is not yet -part of Terraform, though it is actively in the works.