-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
Remove .io docs links #36816
Remove .io docs links #36816
Conversation
Changelog WarningCurrently this PR would target a v1.12 release. Please add a changelog entry for in the .changes/v1.12 folder, or discuss which release you'd like to target with your reviewer. If you believe this change does not need a changelog entry, please add the 'no-changelog-needed' label. |
@@ -0,0 +1 @@ | |||
{"ID":"5fe2219c-e21d-e344-6652-f903a6c4de6e","Operation":"OperationTypeInvalid","Info":"","Who":"rita@rita-WX43K9FNL6","Version":"1.11.0","Created":"2025-04-01T15:08:08.587838Z","Path":"terraform.tfstate"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this an accidental addition?
// SPDX-License-Identifier: BUSL-1.1 | ||
|
||
// Copyright (c) HashiCorp, Inc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was there a reason for swapping this around?
@@ -341,7 +341,7 @@ func (c *ImportCommand) Synopsis() string { | |||
} | |||
|
|||
const importCommandInvalidAddressReference = `For information on valid syntax, see: | |||
https://www.terraform.io/docs/cli/state/resource-addressing.html` | |||
https://developer.hashicorp.com/terraform/cli/state/resource-addressing` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I recall @jbardin had some opinions about URLs in CLI output
Huh, this is weird, I thought @SarahFrench got these in her PR. I can backport that work now, but this should be on main already? 🤔 |
We're deprecating the terraform.io product page - any docs link should point to developer.hashicorp.com
Fixes #
Target Release
1.12.x
CHANGELOG entry