Merge pull request #28916 from Schweinepriester/patch-1

HTTP => HTTPS for two links in README.md
This commit is contained in:
James Bardin 2021-07-21 10:37:28 -04:00 committed by GitHub
commit 8b6b007f5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -21,11 +21,11 @@ The key features of Terraform are:
- **Change Automation**: Complex changesets can be applied to your infrastructure with minimal human interaction. With the previously mentioned execution plan and resource graph, you know exactly what Terraform will change and in what order, avoiding many possible human errors.
For more information, see the [introduction section](http://www.terraform.io/intro) of the Terraform website.
For more information, see the [introduction section](https://www.terraform.io/intro) of the Terraform website.
Getting Started & Documentation
-------------------------------
Documentation is available on the [Terraform website](http://www.terraform.io):
Documentation is available on the [Terraform website](https://www.terraform.io):
- [Intro](https://www.terraform.io/intro/index.html)
- [Docs](https://www.terraform.io/docs/index.html)