Skip to content

Commit 7e69d6e

Browse files
authored
fix: Update documentation to remove prior notice and deprecated workflow (#2)
1 parent 4a29aa2 commit 7e69d6e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Terraform module which creates AWS Managed Service for Prometheus (AMP) resource
44

55
## Usage
66

7-
See [`examples`](https://github.com/terraform-aws-modules/terraform-aws-managed-service-prometheus/tree/main/examples) directory for working examples to reference:
7+
See [`examples`](https://github.com/terraform-aws-modules/terraform-aws-managed-service-prometheus/tree/master/examples) directory for working examples to reference:
88

99
```hcl
1010
module "prometheus" {
@@ -47,9 +47,9 @@ module "prometheus" {
4747

4848
## Examples
4949

50-
Examples codified under the [`examples`](https://github.com/terraform-aws-modules/terraform-aws-managed-service-prometheus/tree/main/examples) are intended to give users references for how to use the module(s) as well as testing/validating changes to the source code of the module. If contributing to the project, please be sure to make any appropriate updates to the relevant examples to allow maintainers to test your changes and to keep the examples up to date for users. Thank you!
50+
Examples codified under the [`examples`](https://github.com/terraform-aws-modules/terraform-aws-managed-service-prometheus/tree/master/examples) are intended to give users references for how to use the module(s) as well as testing/validating changes to the source code of the module. If contributing to the project, please be sure to make any appropriate updates to the relevant examples to allow maintainers to test your changes and to keep the examples up to date for users. Thank you!
5151

52-
- [Complete](https://github.com/terraform-aws-modules/terraform-aws-managed-service-prometheus/tree/main/examples/complete)
52+
- [Complete](https://github.com/terraform-aws-modules/terraform-aws-managed-service-prometheus/tree/master/examples/complete)
5353

5454
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
5555
## Requirements
@@ -98,4 +98,4 @@ No modules.
9898

9999
## License
100100

101-
Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-managed-service-prometheus/blob/main/LICENSE).
101+
Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-managed-service-prometheus/blob/master/LICENSE).

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Terraform AWS Managed Service for Prometheus (AMP) Examples
22

3-
- [Complete](https://github.com/terraform-aws-modules/terraform-aws-managed-service-prometheus/tree/main/examples/complete)
3+
- [Complete](https://github.com/terraform-aws-modules/terraform-aws-managed-service-prometheus/tree/master/examples/complete)

examples/complete/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ No inputs.
5454
| <a name="output_workspace_prometheus_endpoint"></a> [workspace\_prometheus\_endpoint](#output\_workspace\_prometheus\_endpoint) | Prometheus endpoint available for this workspace |
5555
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
5656

57-
Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-managed-service-prometheus/blob/main/LICENSE).
57+
Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-managed-service-prometheus/blob/master/LICENSE).

0 commit comments

Comments
 (0)