From e8fa75376c902a3c678ec9efaa2390de48443778 Mon Sep 17 00:00:00 2001 From: Lajos Papp Date: Thu, 10 Nov 2016 17:02:37 +0100 Subject: [PATCH] Merge #10008: atlas_artifact data source example --- website/source/docs/providers/atlas/index.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/atlas/index.html.markdown b/website/source/docs/providers/atlas/index.html.markdown index c2528c6b5..08b2eda32 100644 --- a/website/source/docs/providers/atlas/index.html.markdown +++ b/website/source/docs/providers/atlas/index.html.markdown @@ -25,7 +25,7 @@ provider "atlas" { } # Fetch an artifact configuration -resource "atlas_artifact" "web" { +data "atlas_artifact" "web" { ... } ```