Skip to content

Commit

Permalink
Docs: Update Terraform starter guide removing conflicting auth methods (
Browse files Browse the repository at this point in the history
#47505)

* Add link to provider auth instructions

* remove identity_file_path to use ENV auth instead
  • Loading branch information
peteroneilljr authored Oct 11, 2024
1 parent 6a93736 commit 7e51d10
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,6 @@ provider "aws" {
provider "teleport" {
# Update addr to point to your Teleport Enterprise (managed) tenant URL's host:port
addr = PROXY_SERVICE_ADDRESS
identity_file_path = "terraform-identity/identity"
}
```

Expand Down Expand Up @@ -396,7 +395,6 @@ provider "google" {
provider "teleport" {
# Update addr to point to your Teleport Enterprise (managed) tenant URL's host:port
addr = PROXY_SERVICE_ADDRESS
identity_file_path = "terraform-identity/identity"
}
```

Expand Down Expand Up @@ -427,7 +425,6 @@ terraform {
}
provider "teleport" {
identity_file_path = "terraform-identity/identity"
# Update addr to point to your Teleport Cloud tenant URL's host:port
addr = PROXY_SERVICE_ADDRESS
}
Expand Down

0 comments on commit 7e51d10

Please sign in to comment.