Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1766 from aiven/remove-aws-docs-reference
Browse files Browse the repository at this point in the history
Replace AWS with Aiven reference.
  • Loading branch information
staceysalamon-aiven authored Feb 9, 2023
2 parents 7f16a9b + 14d083e commit 45e2eab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/tools/terraform.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ Check out the :doc:`getting started guide </docs/tools/terraform/get-started>` f

Learn more
----------
Check out these resources to learn more about Terraform and our Provider:
Check out these resources to learn more:

* Terraform page `Get Started - AWS <https://developer.hashicorp.com/terraform/tutorials/aws-get-started>`_
* `Aiven Terraform Provider documentation <https://registry.terraform.io/providers/aiven/aiven/latest/docs>`_
* `Terraform scripts and code samples on GitHub <https://github.com/aiven/aiven-examples/tree/main/terraform>`_

Get involved
------------
Expand Down
2 changes: 1 addition & 1 deletion docs/tools/terraform/get-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Add the following to a new ``provider.tf`` file:
required_providers {
aiven = {
source = "aiven/aiven"
version = "~> 3.9.0"
version = "~> 3.11.0"
}
}
}
Expand Down

0 comments on commit 45e2eab

Please sign in to comment.