Fix broken links
This commit is contained in:
parent
cb5dd8f77f
commit
426065a8f2
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: "backend-types"
|
||||
page_title: "Backend Type: terraform enterprise"
|
||||
sidebar_current: "docs-backends-types-standard-tfe"
|
||||
sidebar_current: "docs-backends-types-standard-terraform-enterprise"
|
||||
description: |-
|
||||
Terraform can store the state in Terraform Enterprise
|
||||
---
|
|
@ -48,7 +48,7 @@ The command-line flags are all optional. The list of available flags are:
|
|||
configurations not just to your account but to other accounts and
|
||||
organizations. This setting can also be set in the configuration
|
||||
in the
|
||||
[Terraform Enterprise section](/docs/configuration/tfe.html).
|
||||
[Terraform Enterprise section](/docs/configuration/terraform-enterprise.html).
|
||||
|
||||
* `-no-color` - Disables output with coloring
|
||||
|
||||
|
@ -88,7 +88,7 @@ The reason Terraform uploads all of these files is because Terraform
|
|||
cannot know what is and isn't being used for provisioning, so it uploads
|
||||
all the files to be safe. To exclude certain files, specify the `-exclude`
|
||||
flag when pushing, or specify the `exclude` parameter in the
|
||||
[Terraform Enterprise configuration section](/docs/configuration/tfe.html).
|
||||
[Terraform Enterprise configuration section](/docs/configuration/terraform-enterprise.html).
|
||||
|
||||
## Terraform Variables
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: "docs"
|
||||
page_title: "Configuring Terraform Enterprise"
|
||||
sidebar_current: "docs-config-tfe"
|
||||
sidebar_current: "docs-config-terraform-enterprise"
|
||||
description: |-
|
||||
Terraform Enterprise is the ideal way to use Terraform in a team environment. Terraform Enterprise will run Terraform for you, safely handle parallelization across different team members, save run history along with plans, and more.
|
||||
---
|
|
@ -118,16 +118,6 @@ is recorded and sent to any configured notification methods, like email.
|
|||
|
||||
An infrastructure is a stateful representation of a set of Consul datacenters.
|
||||
|
||||
## Managed Node
|
||||
|
||||
Managed node is the billing metric for Terraform Enterprise. For Consul Enterprise, a node is a host
|
||||
with a Consul agent on it. For Terraform Enterprise, a node is a compute
|
||||
resource managed by Terraform. See [Managed Nodes](/docs/enterprise/billing)
|
||||
for more details about which Terraform resources and resource properties are counted
|
||||
as compute resources.
|
||||
|
||||
All [Terraform Enterprise features](/docs/enterprise) are paid.
|
||||
|
||||
## Operator
|
||||
|
||||
An operator is a person who is making changes to infrastructure or settings.
|
||||
|
|
|
@ -51,7 +51,7 @@ Below is a complete example Packer template that starts an AWS instance.
|
|||
"source_ami": "ami-2ccc7a44",
|
||||
"instance_type": "c3.large",
|
||||
"ssh_username": "ubuntu",
|
||||
"ami_name": "TFE Example {{ timestamp }}"
|
||||
"ami_name": "Terraform Enterprise Example {{ timestamp }}"
|
||||
}
|
||||
],
|
||||
"post-processors": [
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: "tfe"
|
||||
layout: "terraform-enterprise"
|
||||
page_title: "Terraform Enterprise: atlas_artifact"
|
||||
sidebar_current: "docs-tfe-data-artifact"
|
||||
sidebar_current: "docs-terraform-enterprise-data-artifact"
|
||||
description: |-
|
||||
Provides a data source to deployment artifacts managed by Terraform Enterprise. This can
|
||||
be used to dynamically configure instantiation and provisioning
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: "tfe"
|
||||
layout: "terraform-enterprise"
|
||||
page_title: "Provider: Terraform Enterprise"
|
||||
sidebar_current: "docs-tfe-index"
|
||||
sidebar_current: "docs-terraform-enterprise-index"
|
||||
description: |-
|
||||
The Terraform Enterprise provider is used to interact with configuration,
|
||||
artifacts, and metadata managed by the Terraform Enterprise service.
|
||||
|
@ -40,4 +40,3 @@ The following arguments are supported:
|
|||
|
||||
* `token` - (Required) API token. This can also be specified with the
|
||||
`ATLAS_TOKEN` shell environment variable.
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: "tfe"
|
||||
layout: "terraform-enterprise"
|
||||
page_title: "Terraform Enterprise: atlas_artifact"
|
||||
sidebar_current: "docs-tfe-resource-artifact"
|
||||
sidebar_current: "docs-terraform-enterprise-resource-artifact"
|
||||
description: |-
|
||||
Provides access to deployment artifacts managed by Terraform Enterprise. This can
|
||||
be used to dynamically configure instantiation and provisioning
|
||||
|
@ -16,7 +16,7 @@ of resources.
|
|||
|
||||
|
||||
~> **This resource is deprecated!** Please use the
|
||||
[Artifact Data Source](/docs/providers/tfe/d/artifact.html)
|
||||
[Artifact Data Source](/docs/providers/terraform-enterprise/d/artifact.html)
|
||||
|
||||
## Example Usage
|
||||
|
|
@ -33,7 +33,7 @@ The following arguments are supported:
|
|||
* `backend` - (Required) The remote backend to use.
|
||||
* `environment` - (Optional) The Terraform environment to use.
|
||||
* `config` - (Optional) The configuration of the remote backend.
|
||||
* Remote state config docs can be found [here](/docs/backends/types/atlas.html)
|
||||
* Remote state config docs can be found [here](/docs/backends/types/terraform-enterprise.html)
|
||||
|
||||
## Attributes Reference
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
<a href="/docs/backends/types/artifactory.html">artifactory</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-backends-types-standard-atlas") %>>
|
||||
<a href="/docs/backends/types/atlas.html">atlas</a>
|
||||
<a href="/docs/backends/types/terraform-enterprise.html">atlas</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-backends-types-standard-azure") %>>
|
||||
<a href="/docs/backends/types/azure.html">azure</a>
|
||||
|
@ -53,8 +53,8 @@
|
|||
<li<%= sidebar_current("docs-backends-types-standard-swift") %>>
|
||||
<a href="/docs/backends/types/swift.html">swift</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-backends-types-standard-tfe") %>>
|
||||
<a href="/docs/backends/types/tfe.html">terraform enterprise</a>
|
||||
<li<%= sidebar_current("docs-backends-types-standard-terraform-enterprise") %>>
|
||||
<a href="/docs/backends/types/terraform-enterprise.html">terraform enterprise</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
|
|
@ -48,8 +48,8 @@
|
|||
<a href="/docs/configuration/terraform.html">Terraform</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-config-tfe") %>>
|
||||
<a href="/docs/configuration/tfe.html">Terraform Enterprise</a>
|
||||
<li<%= sidebar_current("docs-config-terraform-enterprise") %>>
|
||||
<a href="/docs/configuration/terraform-enterprise.html">Terraform Enterprise</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-config-environment-variables") %>>
|
||||
|
@ -196,8 +196,8 @@
|
|||
<a href="/docs/providers/arukas/index.html">Arukas</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-tfe") %>>
|
||||
<a href="/docs/providers/tfe/index.html">Terraform Enterprise</a>
|
||||
<li<%= sidebar_current("docs-providers-terraform-enterprise") %>>
|
||||
<a href="/docs/providers/terraform-enterprise/index.html">Terraform Enterprise</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-aws") %>>
|
||||
|
|
|
@ -0,0 +1,27 @@
|
|||
<% wrap_layout :inner do %>
|
||||
<% content_for :sidebar do %>
|
||||
<ul class="nav docs-sidenav">
|
||||
<li>
|
||||
<a class="back" href="/docs/providers/index.html">All Providers</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-terraform-enterprise-index") %>>
|
||||
<a class="back" href="/docs/providers/terraform-enterprise/index.html">Terraform Enterprise Provider</a>
|
||||
</li>
|
||||
|
||||
<h4>Data Sources</h4>
|
||||
|
||||
<li<%= sidebar_current("docs-terraform-enterprise-data-artifact") %>>
|
||||
<a href="/docs/providers/terraform-enterprise/d/artifact.html">atlas_artifact</a>
|
||||
</li>
|
||||
|
||||
<h4>Resources</h4>
|
||||
|
||||
<li<%= sidebar_current("docs-terraform-enterprise-resource-artifact") %>>
|
||||
<a href="/docs/providers/terraform-enterprise/r/artifact.html">atlas_artifact</a>
|
||||
</li>
|
||||
</ul>
|
||||
<% end %>
|
||||
|
||||
<%= yield %>
|
||||
<% end %>
|
|
@ -1,27 +0,0 @@
|
|||
<% wrap_layout :inner do %>
|
||||
<% content_for :sidebar do %>
|
||||
<ul class="nav docs-sidenav">
|
||||
<li>
|
||||
<a class="back" href="/docs/providers/index.html">All Providers</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-tfe-index") %>>
|
||||
<a class="back" href="/docs/providers/tfe/index.html">Terraform Enterprise Provider</a>
|
||||
</li>
|
||||
|
||||
<h4>Data Sources</h4>
|
||||
|
||||
<li<%= sidebar_current("docs-tfe-data-artifact") %>>
|
||||
<a href="/docs/providers/tfe/d/artifact.html">atlas_artifact</a>
|
||||
</li>
|
||||
|
||||
<h4>Resources</h4>
|
||||
|
||||
<li<%= sidebar_current("docs-tfe-resource-artifact") %>>
|
||||
<a href="/docs/providers/tfe/r/artifact.html">atlas_artifact</a>
|
||||
</li>
|
||||
</ul>
|
||||
<% end %>
|
||||
|
||||
<%= yield %>
|
||||
<% end %>
|
Loading…
Reference in New Issue