summaryrefslogtreecommitdiff
path: root/vendor/github.com/hashicorp/terraform/website/intro/examples/count.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/hashicorp/terraform/website/intro/examples/count.markdown')
-rw-r--r--vendor/github.com/hashicorp/terraform/website/intro/examples/count.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/hashicorp/terraform/website/intro/examples/count.markdown b/vendor/github.com/hashicorp/terraform/website/intro/examples/count.markdown
index 96a11e1f..e6064924 100644
--- a/vendor/github.com/hashicorp/terraform/website/intro/examples/count.markdown
+++ b/vendor/github.com/hashicorp/terraform/website/intro/examples/count.markdown
@@ -8,7 +8,7 @@ description: |-
# Count Example
-[**Example Source Code**](https://github.com/hashicorp/terraform/tree/master/examples/aws-count)
+[**Example Source Code**](https://github.com/terraform-providers/terraform-provider-aws/tree/master/examples/count)
The `count` parameter on resources can simplify configurations
and let you scale resources by simply incrementing a number.