Skip to content

Commit 57c5a1f

Browse files
committed
Updated
1 parent c3e1667 commit 57c5a1f

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
# AWS Network Terraform module
22

33
![squareops_avatar]
4-
<picture>
5-
<source media="(prefers-color-scheme: dark)" srcset="https://drive.google.com/file/d/1R078Xyx2QQjBHqn35K8TN9JkFzGGNRgj/view?usp=drive_link">
6-
<source media="(prefers-color-scheme: light)" srcset="https://drive.google.com/file/d/1ZOCXWl6tt5OLaly6Ncd3Hcu3Yg8XOm5U/view?usp=drive_link">
7-
<img alt="Shows an illustrated sun in light mode and a moon with stars in dark mode." src="https://github.com/rachit89/terraform-aws-vpc/blob/feature/logo/png%20white%20bg%20squareops.png">
8-
</picture>
94

10-
### [squareops_avatar]: https://squareops.com/wp-content/uploads/2022/12/squareops-logo.png
5+
[squareops_avatar]: https://squareops.com/wp-content/uploads/2022/12/squareops-logo.png
116

12-
### [SquareOps Technologies](https://squareops.com/) Your DevOps Partner for Accelerating cloud journey.
7+
[SquareOps Technologies](https://squareops.com/) Your DevOps Partner for Accelerating cloud journey.
138

149
<br>
1510
Terraform module to create Networking resources with IPv4 or dual stack IP mode enabled for workload deployment on AWS Cloud.

variables.tf

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,6 @@ variable "additional_aws_tags" {
33
description = "Additional tags to be applied to AWS resources"
44
type = map(string)
55
default = {}
6-
=======
7-
variable "additional_tags" {
8-
description = "Additional tags to be applied to AWS resources"
9-
type = map(string)
10-
default = {
11-
Owner = "organization_name"
12-
Expires = "Never"
13-
Department = "Engineering"
14-
}
15-
166
}
177

188
variable "aws_region" {

0 commit comments

Comments
 (0)