Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Replace terraform doc urls #2797

Merged
merged 1 commit into from
Dec 15, 2022

Conversation

krrrr38
Copy link
Contributor

@krrrr38 krrrr38 commented Dec 14, 2022

what

www.terraform.io docs redirects into developer.hashicorp.com and registry.terraform.io.

for i in `ag www.terraform.io . | perl -pe 's!.*(www.terraform.io[a-zA-Z0-9./?=_%:-]*).*!$1!' | sort -u`; do curl -ILs $i | grep location: | tail -1 | awk -v i=$i '{print "| https://" i " | " $2 "|"}'; done
from to
https://www.terraform.io/cdktf https://developer.hashicorp.com/terraform/cdktf
https://www.terraform.io/docs/backends/operations.html https://developer.hashicorp.com/terraform/language/settings/backends/configuration
https://www.terraform.io/docs/backends/types/remote.html https://developer.hashicorp.com/terraform/language/settings/backends/remote
https://www.terraform.io/docs/backends/types/s3.html https://developer.hashicorp.com/terraform/language/settings/backends/s3
https://www.terraform.io/docs/cloud/migrate/index.html https://developer.hashicorp.com/terraform/cloud-docs/migrate
https://www.terraform.io/docs/configuration/providers.html https://developer.hashicorp.com/terraform/language/providers/configuration
https://www.terraform.io/docs/providers/aws/ https://registry.terraform.io/providers/hashicorp/aws/latest/docs
https://www.terraform.io/docs/provisioners/local-exec.html https://developer.hashicorp.com/terraform/language/resources/provisioners/local-exec
https://www.terraform.io/docs/state/locking.html https://developer.hashicorp.com/terraform/language/state/locking
https://www.terraform.io/docs/state/remote.html https://developer.hashicorp.com/terraform/language/state/remote
https://www.terraform.io/docs/state/workspaces.html https://developer.hashicorp.com/terraform/language/state/workspaces
https://www.terraform.io/downloads.html https://developer.hashicorp.com/terraform/downloads
https://www.terraform.io/language/values/variables https://developer.hashicorp.com/terraform/language/values/variables

why

https://www.terraform.io/docs is now provided on developer.hashicorp.com and registry.terraform.io.

references

nothing

@krrrr38 krrrr38 marked this pull request as ready for review December 14, 2022 17:47
@krrrr38 krrrr38 requested a review from a team as a code owner December 14, 2022 17:47
@krrrr38 krrrr38 changed the title doc: Replace terraform doc urls docs: Replace terraform doc urls Dec 14, 2022
@nitrocode
Copy link
Member

Thank you!

@nitrocode nitrocode merged commit 6ecb7a6 into runatlantis:main Dec 15, 2022
@chenrui333 chenrui333 added the docs Documentation label Dec 15, 2022
krrrr38 added a commit to krrrr38/atlantis that referenced this pull request Dec 16, 2022
@nitrocode nitrocode added this to the 0.22.0 milestone Dec 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants