You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ For an example of using ALB with ECS look no further than the [hashicorp example
32
32
[Resources](https://registry.terraform.io/modules/terraform-aws-modules/alb/aws?tab=resources), [inputs](https://registry.terraform.io/modules/terraform-aws-modules/alb/aws?tab=inputs), and [outputs](https://registry.terraform.io/modules/terraform-aws-modules/alb/aws?tab=outputs) documented in the terraform registry.
33
33
34
34
## Usage example
35
-
A full example leveraging other community modules is contained in the [examples/test_fixtures directory](examples/test_fixtures). Here's the gist of using it via the Terraform registry:
35
+
A full example leveraging other community modules is contained in the [examples/test_fixtures directory](https://github.com/terraform-aws-modules/terraform-aws-alb/tree/master/examples/test_fixtures). Here's the gist of using it via the Terraform registry:
36
36
```
37
37
module "alb" {
38
38
source = "terraform-aws-modules/alb/aws"
@@ -59,7 +59,7 @@ module "alb" {
59
59
60
60
## Testing
61
61
This module has been packaged with [awspec](https://github.com/k1LoW/awspec) tests through test kitchen. To run them:
62
-
1. Install [rvm](https://rvm.io/rvm/install) and the ruby version specified in the [Gemfile](Gemfile).
62
+
1. Install [rvm](https://rvm.io/rvm/install) and the ruby version specified in the [Gemfile](https://github.com/terraform-aws-modules/terraform-aws-alb/tree/master/Gemfile).
63
63
2. Install bundler and the gems from our Gemfile:
64
64
```
65
65
gem install bundler; bundle install
@@ -81,13 +81,13 @@ individual change made. These are the steps:
81
81
82
82
## IAM Permissions
83
83
Testing and using this repo requires a minimum set of IAM permissions. Test permissions
84
-
are listed in the [test_fixtures README](examples/test_fixtures/README.md).
84
+
are listed in the [test_fixtures README](https://github.com/terraform-aws-modules/terraform-aws-alb/tree/master/examples/test_fixtures/README.md).
85
85
86
86
## Change log
87
-
The [changelog](CHANGELOG.md) captures all important release notes.
87
+
The [changelog](https://github.com/terraform-aws-modules/terraform-aws-alb/tree/master/CHANGELOG.md) captures all important release notes.
88
88
89
89
## Authors
90
90
Created and maintained by [Brandon O'Connor](https://github.com/brandoconnor) - [email protected].
91
91
92
92
## License
93
-
MIT Licensed. See [LICENSE](LICENSE) for full details.
93
+
MIT Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-alb/tree/master/LICENSE) for full details.
0 commit comments