Merge #10008: atlas_artifact data source example

This commit is contained in:
Lajos Papp 2016-11-10 17:02:37 +01:00 committed by Martin Atkins
parent 3024f2bb16
commit e8fa75376c
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ provider "atlas" {
}
# Fetch an artifact configuration
resource "atlas_artifact" "web" {
data "atlas_artifact" "web" {
...
}
```