Skip to content

Commit 50fc610

Browse files
committed
website: atlas artifact type is amazon.ami no aws.ami
1 parent 434d0c9 commit 50fc610

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/source/docs/providers/atlas/r/artifact.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ to this artifact will trigger a change to that instance.
2424
# Read the AMI
2525
resource "atlas_artifact" "web" {
2626
name = "hashicorp/web"
27-
type = "aws.ami"
27+
type = "amazon.ami"
2828
build = "latest"
2929
metadata {
3030
arch = "386"

0 commit comments

Comments
 (0)