You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sed -r -i "s/There are currently ([0-9]+) resources and ([0-9]+)(.*)/There are currently $resources resources and $datasources\3/" website/docs/index.html.markdown
Copy file name to clipboardExpand all lines: website/docs/index.html.markdown
+1-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Use the Amazon Web Services (AWS) provider to interact with the
11
11
many resources supported by AWS. You must configure the provider
12
12
with the proper credentials before you can use it.
13
13
14
-
Use the navigation to the left to read about the available resources.
14
+
Use the navigation to the left to read about the available resources. There are currently 1234 resources and 507 data sources available in the provider.
15
15
16
16
To learn the basics of Terraform using this provider, follow the
17
17
hands-on [get started tutorials](https://learn.hashicorp.com/tutorials/terraform/infrastructure-as-code?in=terraform/aws-get-started&utm_source=WEBSITE&utm_medium=WEB_IO&utm_offer=ARTICLE_PAGE&utm_content=DOCS). Interact with AWS services,
0 commit comments