Skip to content

Commit 5c81d31

Browse files
Nick HuancaMicah Huber
Nick Huanca
authored and
Micah Huber
committed
Renamed all but circle CI (#49)
* Renamed all but circle CI * Update url in readme
1 parent ca194aa commit 5c81d31

13 files changed

+69
-69
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This module has been tested with Terraform version 0.11.8
1414

1515
```
1616
module "vpc" {
17-
source = "git::ssh://[email protected]/reactiveops/terraform-vpc.git?ref=2.0.2"
17+
source = "git::ssh://[email protected]/FairwindsOps/terraform-vpc.git?ref=2.0.2"
1818
1919
aws_region = "${var.aws_region}"
2020

eip.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Copyright 2017 Reactive Ops Inc.
1+
#Copyright 2019 Fairwinds Inc.
22
#
33
#Licensed under the Apache License, Version 2.0 (the “License”);
44
#you may not use this file except in compliance with the License.

internet-gateway.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Copyright 2017 Reactive Ops Inc.
1+
#Copyright 2019 Fairwinds Inc.
22
#
33
#Licensed under the Apache License, Version 2.0 (the “License”);
44
#you may not use this file except in compliance with the License.

license.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2017, ReactiveOps
189+
Copyright 2019, Fairwinds
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

nat-gateway.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Copyright 2017 Reactive Ops Inc.
1+
#Copyright 2019 Fairwinds Inc.
22
#
33
#Licensed under the Apache License, Version 2.0 (the “License”);
44
#you may not use this file except in compliance with the License.

route-table.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Copyright 2017 Reactive Ops Inc.
1+
#Copyright 2019 Fairwinds Inc.
22
#
33
#Licensed under the Apache License, Version 2.0 (the “License”);
44
#you may not use this file except in compliance with the License.

subnets.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Copyright 2017 Reactive Ops Inc.
1+
#Copyright 2019 Fairwinds Inc.
22
#
33
#Licensed under the Apache License, Version 2.0 (the “License”);
44
#you may not use this file except in compliance with the License.

tests/fixtures/terraform.1az.tfvars.example.output

+10-10
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ Terraform will perform the following actions:
2424
public_ip: <computed>
2525
public_ipv4_pool: <computed>
2626
tags.%: "2"
27-
tags.Author: "ReactiveOps"
27+
tags.Author: "Fairwinds"
2828
tags.Managed By: "Terraform"
2929
vpc: "true"
3030

3131
 + aws_internet_gateway.default
3232
 id: <computed>
3333
owner_id: <computed>
3434
tags.%: "3"
35-
tags.Author: "ReactiveOps"
35+
tags.Author: "Fairwinds"
3636
tags.Managed By: "Terraform"
3737
tags.Name: "vpc-module-test"
3838
vpc_id: "${aws_vpc.default.id}"
@@ -45,7 +45,7 @@ Terraform will perform the following actions:
4545
public_ip: <computed>
4646
subnet_id: "${element(aws_subnet.public.*.id, count.index)}"
4747
tags.%: "2"
48-
tags.Author: "ReactiveOps"
48+
tags.Author: "Fairwinds"
4949
tags.Managed By: "Terraform"
5050

5151
 + aws_route.private_nat_gateway
@@ -82,7 +82,7 @@ Terraform will perform the following actions:
8282
propagating_vgws.#: <computed>
8383
route.#: <computed>
8484
tags.%: "3"
85-
tags.Author: "ReactiveOps"
85+
tags.Author: "Fairwinds"
8686
tags.Managed By: "Terraform"
8787
tags.Name: "private_az1"
8888
vpc_id: "${aws_vpc.default.id}"
@@ -93,7 +93,7 @@ Terraform will perform the following actions:
9393
propagating_vgws.#: <computed>
9494
route.#: <computed>
9595
tags.%: "3"
96-
tags.Author: "ReactiveOps"
96+
tags.Author: "Fairwinds"
9797
tags.Managed By: "Terraform"
9898
tags.Name: "public"
9999
vpc_id: "${aws_vpc.default.id}"
@@ -130,7 +130,7 @@ Terraform will perform the following actions:
130130
map_public_ip_on_launch: "false"
131131
owner_id: <computed>
132132
tags.%: "3"
133-
tags.Author: "ReactiveOps"
133+
tags.Author: "Fairwinds"
134134
tags.Managed By: "Terraform"
135135
tags.Name: "admin_az1"
136136
vpc_id: "${aws_vpc.default.id}"
@@ -147,7 +147,7 @@ Terraform will perform the following actions:
147147
map_public_ip_on_launch: "false"
148148
owner_id: <computed>
149149
tags.%: "3"
150-
tags.Author: "ReactiveOps"
150+
tags.Author: "Fairwinds"
151151
tags.Managed By: "Terraform"
152152
tags.Name: "private_prod_az1"
153153
vpc_id: "${aws_vpc.default.id}"
@@ -164,7 +164,7 @@ Terraform will perform the following actions:
164164
map_public_ip_on_launch: "false"
165165
owner_id: <computed>
166166
tags.%: "3"
167-
tags.Author: "ReactiveOps"
167+
tags.Author: "Fairwinds"
168168
tags.Managed By: "Terraform"
169169
tags.Name: "private_working_az1"
170170
vpc_id: "${aws_vpc.default.id}"
@@ -181,7 +181,7 @@ Terraform will perform the following actions:
181181
map_public_ip_on_launch: "false"
182182
owner_id: <computed>
183183
tags.%: "3"
184-
tags.Author: "ReactiveOps"
184+
tags.Author: "Fairwinds"
185185
tags.Managed By: "Terraform"
186186
tags.Name: "public_az1"
187187
vpc_id: "${aws_vpc.default.id}"
@@ -205,7 +205,7 @@ Terraform will perform the following actions:
205205
main_route_table_id: <computed>
206206
owner_id: <computed>
207207
tags.%: "3"
208-
tags.Author: "ReactiveOps"
208+
tags.Author: "Fairwinds"
209209
tags.Managed By: "Terraform"
210210
tags.Name: "vpc-module-test"
211211


tests/fixtures/terraform.nat-gw.tfvars.example.output

+24-24
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Terraform will perform the following actions:
2424
public_ip: <computed>
2525
public_ipv4_pool: <computed>
2626
tags.%: "2"
27-
tags.Author: "ReactiveOps"
27+
tags.Author: "Fairwinds"
2828
tags.Managed By: "Terraform"
2929
vpc: "true"
3030

@@ -41,7 +41,7 @@ Terraform will perform the following actions:
4141
public_ip: <computed>
4242
public_ipv4_pool: <computed>
4343
tags.%: "2"
44-
tags.Author: "ReactiveOps"
44+
tags.Author: "Fairwinds"
4545
tags.Managed By: "Terraform"
4646
vpc: "true"
4747

@@ -58,15 +58,15 @@ Terraform will perform the following actions:
5858
public_ip: <computed>
5959
public_ipv4_pool: <computed>
6060
tags.%: "2"
61-
tags.Author: "ReactiveOps"
61+
tags.Author: "Fairwinds"
6262
tags.Managed By: "Terraform"
6363
vpc: "true"
6464

6565
 + aws_internet_gateway.default
6666
 id: <computed>
6767
owner_id: <computed>
6868
tags.%: "3"
69-
tags.Author: "ReactiveOps"
69+
tags.Author: "Fairwinds"
7070
tags.Managed By: "Terraform"
7171
tags.Name: "vpc-module-test"
7272
vpc_id: "${aws_vpc.default.id}"
@@ -79,7 +79,7 @@ Terraform will perform the following actions:
7979
public_ip: <computed>
8080
subnet_id: "${element(aws_subnet.public.*.id, count.index)}"
8181
tags.%: "2"
82-
tags.Author: "ReactiveOps"
82+
tags.Author: "Fairwinds"
8383
tags.Managed By: "Terraform"
8484

8585
 + aws_nat_gateway.nat_gateway[1]
@@ -90,7 +90,7 @@ Terraform will perform the following actions:
9090
public_ip: <computed>
9191
subnet_id: "${element(aws_subnet.public.*.id, count.index)}"
9292
tags.%: "2"
93-
tags.Author: "ReactiveOps"
93+
tags.Author: "Fairwinds"
9494
tags.Managed By: "Terraform"
9595

9696
 + aws_nat_gateway.nat_gateway[2]
@@ -101,7 +101,7 @@ Terraform will perform the following actions:
101101
public_ip: <computed>
102102
subnet_id: "${element(aws_subnet.public.*.id, count.index)}"
103103
tags.%: "2"
104-
tags.Author: "ReactiveOps"
104+
tags.Author: "Fairwinds"
105105
tags.Managed By: "Terraform"
106106

107107
 + aws_route.private_nat_gateway[0]
@@ -166,7 +166,7 @@ Terraform will perform the following actions:
166166
propagating_vgws.#: <computed>
167167
route.#: <computed>
168168
tags.%: "3"
169-
tags.Author: "ReactiveOps"
169+
tags.Author: "Fairwinds"
170170
tags.Managed By: "Terraform"
171171
tags.Name: "private_az1"
172172
vpc_id: "${aws_vpc.default.id}"
@@ -177,7 +177,7 @@ Terraform will perform the following actions:
177177
propagating_vgws.#: <computed>
178178
route.#: <computed>
179179
tags.%: "3"
180-
tags.Author: "ReactiveOps"
180+
tags.Author: "Fairwinds"
181181
tags.Managed By: "Terraform"
182182
tags.Name: "private_az2"
183183
vpc_id: "${aws_vpc.default.id}"
@@ -188,7 +188,7 @@ Terraform will perform the following actions:
188188
propagating_vgws.#: <computed>
189189
route.#: <computed>
190190
tags.%: "3"
191-
tags.Author: "ReactiveOps"
191+
tags.Author: "Fairwinds"
192192
tags.Managed By: "Terraform"
193193
tags.Name: "private_az3"
194194
vpc_id: "${aws_vpc.default.id}"
@@ -199,7 +199,7 @@ Terraform will perform the following actions:
199199
propagating_vgws.#: <computed>
200200
route.#: <computed>
201201
tags.%: "3"
202-
tags.Author: "ReactiveOps"
202+
tags.Author: "Fairwinds"
203203
tags.Managed By: "Terraform"
204204
tags.Name: "public"
205205
vpc_id: "${aws_vpc.default.id}"
@@ -276,7 +276,7 @@ Terraform will perform the following actions:
276276
map_public_ip_on_launch: "false"
277277
owner_id: <computed>
278278
tags.%: "3"
279-
tags.Author: "ReactiveOps"
279+
tags.Author: "Fairwinds"
280280
tags.Managed By: "Terraform"
281281
tags.Name: "admin_az1"
282282
vpc_id: "${aws_vpc.default.id}"
@@ -293,7 +293,7 @@ Terraform will perform the following actions:
293293
map_public_ip_on_launch: "false"
294294
owner_id: <computed>
295295
tags.%: "3"
296-
tags.Author: "ReactiveOps"
296+
tags.Author: "Fairwinds"
297297
tags.Managed By: "Terraform"
298298
tags.Name: "admin_az2"
299299
vpc_id: "${aws_vpc.default.id}"
@@ -310,7 +310,7 @@ Terraform will perform the following actions:
310310
map_public_ip_on_launch: "false"
311311
owner_id: <computed>
312312
tags.%: "3"
313-
tags.Author: "ReactiveOps"
313+
tags.Author: "Fairwinds"
314314
tags.Managed By: "Terraform"
315315
tags.Name: "admin_az3"
316316
vpc_id: "${aws_vpc.default.id}"
@@ -327,7 +327,7 @@ Terraform will perform the following actions:
327327
map_public_ip_on_launch: "false"
328328
owner_id: <computed>
329329
tags.%: "3"
330-
tags.Author: "ReactiveOps"
330+
tags.Author: "Fairwinds"
331331
tags.Managed By: "Terraform"
332332
tags.Name: "private_prod_az1"
333333
vpc_id: "${aws_vpc.default.id}"
@@ -344,7 +344,7 @@ Terraform will perform the following actions:
344344
map_public_ip_on_launch: "false"
345345
owner_id: <computed>
346346
tags.%: "3"
347-
tags.Author: "ReactiveOps"
347+
tags.Author: "Fairwinds"
348348
tags.Managed By: "Terraform"
349349
tags.Name: "private_prod_az2"
350350
vpc_id: "${aws_vpc.default.id}"
@@ -361,7 +361,7 @@ Terraform will perform the following actions:
361361
map_public_ip_on_launch: "false"
362362
owner_id: <computed>
363363
tags.%: "3"
364-
tags.Author: "ReactiveOps"
364+
tags.Author: "Fairwinds"
365365
tags.Managed By: "Terraform"
366366
tags.Name: "private_prod_az3"
367367
vpc_id: "${aws_vpc.default.id}"
@@ -378,7 +378,7 @@ Terraform will perform the following actions:
378378
map_public_ip_on_launch: "false"
379379
owner_id: <computed>
380380
tags.%: "3"
381-
tags.Author: "ReactiveOps"
381+
tags.Author: "Fairwinds"
382382
tags.Managed By: "Terraform"
383383
tags.Name: "private_working_az1"
384384
vpc_id: "${aws_vpc.default.id}"
@@ -395,7 +395,7 @@ Terraform will perform the following actions:
395395
map_public_ip_on_launch: "false"
396396
owner_id: <computed>
397397
tags.%: "3"
398-
tags.Author: "ReactiveOps"
398+
tags.Author: "Fairwinds"
399399
tags.Managed By: "Terraform"
400400
tags.Name: "private_working_az2"
401401
vpc_id: "${aws_vpc.default.id}"
@@ -412,7 +412,7 @@ Terraform will perform the following actions:
412412
map_public_ip_on_launch: "false"
413413
owner_id: <computed>
414414
tags.%: "3"
415-
tags.Author: "ReactiveOps"
415+
tags.Author: "Fairwinds"
416416
tags.Managed By: "Terraform"
417417
tags.Name: "private_working_az3"
418418
vpc_id: "${aws_vpc.default.id}"
@@ -429,7 +429,7 @@ Terraform will perform the following actions:
429429
map_public_ip_on_launch: "false"
430430
owner_id: <computed>
431431
tags.%: "3"
432-
tags.Author: "ReactiveOps"
432+
tags.Author: "Fairwinds"
433433
tags.Managed By: "Terraform"
434434
tags.Name: "public_az1"
435435
vpc_id: "${aws_vpc.default.id}"
@@ -446,7 +446,7 @@ Terraform will perform the following actions:
446446
map_public_ip_on_launch: "false"
447447
owner_id: <computed>
448448
tags.%: "3"
449-
tags.Author: "ReactiveOps"
449+
tags.Author: "Fairwinds"
450450
tags.Managed By: "Terraform"
451451
tags.Name: "public_az2"
452452
vpc_id: "${aws_vpc.default.id}"
@@ -463,7 +463,7 @@ Terraform will perform the following actions:
463463
map_public_ip_on_launch: "false"
464464
owner_id: <computed>
465465
tags.%: "3"
466-
tags.Author: "ReactiveOps"
466+
tags.Author: "Fairwinds"
467467
tags.Managed By: "Terraform"
468468
tags.Name: "public_az3"
469469
vpc_id: "${aws_vpc.default.id}"
@@ -487,7 +487,7 @@ Terraform will perform the following actions:
487487
main_route_table_id: <computed>
488488
owner_id: <computed>
489489
tags.%: "3"
490-
tags.Author: "ReactiveOps"
490+
tags.Author: "Fairwinds"
491491
tags.Managed By: "Terraform"
492492
tags.Name: "vpc-module-test"
493493


0 commit comments

Comments
 (0)