-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert cloud_observability_ in variable names to lightstep_
- Loading branch information
1 parent
419a3cb
commit a655154
Showing
129 changed files
with
320 additions
and
310 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,15 +9,15 @@ terraform { | |
} | ||
|
||
provider "lightstep" { | ||
api_key_env_var = var.cloud_observability_api_key_env_var | ||
organization = var.cloud_observability_organization | ||
environment = var.cloud_observability_env | ||
api_key_env_var = var.lightstep_api_key_env_var | ||
organization = var.lightstep_organization | ||
environment = var.lightstep_env | ||
} | ||
|
||
module "lightstep_applicationelb_dashboard" { | ||
# When using these modules in your own templates, you will need to use a Git URL with a ref attribute that pins you | ||
# to a specific version of the modules, such as the following example: | ||
# source = "git::[email protected]:lightstep/terraform-lightstep-aws-dashboards.git//modules/ec2-dashboard?ref=v0.0.1" | ||
source = "../../modules/applicationelb-dashboard" | ||
cloud_observability_project = var.cloud_observability_project | ||
lightstep_project = var.lightstep_project | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,6 @@ module "lightstep_ec2_dashboard" { | |
# to a specific version of the modules, such as the following example: | ||
# source = "git::[email protected]:lightstep/terraform-lightstep-aws-dashboards.git//modules/ec2-dashboard?ref=v0.0.1" | ||
source = "../../modules/ec2-dashboard" | ||
cloud_observability_project = var.cloud_observability_project | ||
lightstep_project = var.lightstep_project | ||
aws_region = "us-west-2" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,6 @@ module "lightstep_ec2_dashboard" { | |
# to a specific version of the modules, such as the following example: | ||
# source = "git::[email protected]:lightstep/terraform-lightstep-aws-dashboards.git//modules/ec2-dashboard?ref=v0.0.1" | ||
source = "../../modules/rds-dashboard" | ||
cloud_observability_project = var.cloud_observability_project | ||
lightstep_project = var.lightstep_project | ||
aws_region = "us-west-2" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.