mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
Change terraform doc website links to be a placeholder for now
This commit is contained in:
@@ -16,7 +16,7 @@ import (
|
||||
|
||||
// The tests in this file run through different scenarios recommended in our
|
||||
// "Running Terraform in Automation" guide:
|
||||
// https://www.terraform.io/guides/running-terraform-in-automation.html
|
||||
// https://www.placeholderplaceholderplaceholder.io/guides/running-terraform-in-automation.html
|
||||
|
||||
// TestPlanApplyInAutomation runs through the "main case" of init, plan, apply
|
||||
// using the specific command line options suggested in the guide.
|
||||
|
||||
@@ -345,7 +345,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://www.placeholderplaceholderplaceholder.io/docs/cli/state/resource-addressing.html`
|
||||
|
||||
const importCommandMissingResourceFmt = `[reset][bold][red]Error:[reset][bold] resource address %q does not exist in the configuration.[reset]
|
||||
|
||||
|
||||
@@ -864,7 +864,7 @@ func (c *InitCommand) getProviders(ctx context.Context, config *configs.Config,
|
||||
if thirdPartySigned {
|
||||
c.Ui.Info(fmt.Sprintf("\nPartner and community providers are signed by their developers.\n" +
|
||||
"If you'd like to know more about provider signing, you can read about it here:\n" +
|
||||
"https://www.terraform.io/docs/cli/plugins/signing.html"))
|
||||
"https://www.placeholderplaceholderplaceholder.io/docs/cli/plugins/signing.html"))
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
@@ -984,7 +984,7 @@ the error above and try again.
|
||||
const errTFCMigrateNotYetImplemented = `
|
||||
Migrating state from Terraform Cloud to another backend is not yet implemented.
|
||||
|
||||
Please use the API to do this: https://www.terraform.io/docs/cloud/api/state-versions.html
|
||||
Please use the API to do this: https://www.placeholderplaceholderplaceholder.io/docs/cloud/api/state-versions.html
|
||||
`
|
||||
|
||||
const errInteractiveInputDisabled = `
|
||||
@@ -1007,7 +1007,7 @@ configuration (e.g. production, staging, development), Terraform Cloud workspace
|
||||
across all configurations used within an organization. A typical strategy to start with is
|
||||
<COMPONENT>-<ENVIRONMENT>-<REGION> (e.g. networking-prod-us-east, networking-staging-us-east).
|
||||
|
||||
For more information on workspace naming, see https://www.terraform.io/docs/cloud/workspaces/naming.html
|
||||
For more information on workspace naming, see https://www.placeholderplaceholderplaceholder.io/docs/cloud/workspaces/naming.html
|
||||
|
||||
When migrating existing workspaces from the backend %[1]q to Terraform Cloud, would you like to
|
||||
rename your workspaces? Enter 1 or 2.
|
||||
|
||||
@@ -139,7 +139,7 @@ func (c *VersionCommand) Run(args []string) int {
|
||||
if outdated {
|
||||
c.Ui.Output(fmt.Sprintf(
|
||||
"\nYour version of OpenTF is out of date! The latest version\n"+
|
||||
"is %s. You can update by downloading from https://www.terraform.io/downloads.html",
|
||||
"is %s. You can update by downloading from https://www.placeholderplaceholderplaceholder.io/downloads.html",
|
||||
latest))
|
||||
}
|
||||
|
||||
|
||||
@@ -104,7 +104,7 @@
|
||||
"computed": true
|
||||
}
|
||||
},
|
||||
"description": "The `null_data_source` data source implements the standard data source lifecycle but does not\ninteract with any external APIs.\n\nHistorically, the `null_data_source` was typically used to construct intermediate values to re-use elsewhere in configuration. The\nsame can now be achieved using [locals](https://www.terraform.io/docs/language/values/locals.html).\n",
|
||||
"description": "The `null_data_source` data source implements the standard data source lifecycle but does not\ninteract with any external APIs.\n\nHistorically, the `null_data_source` was typically used to construct intermediate values to re-use elsewhere in configuration. The\nsame can now be achieved using [locals](https://www.placeholderplaceholderplaceholder.io/docs/language/values/locals.html).\n",
|
||||
"description_kind": "plain",
|
||||
"deprecated": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user