File tree Expand file tree Collapse file tree 2 files changed +2
-17
lines changed Expand file tree Collapse file tree 2 files changed +2
-17
lines changed Original file line number Diff line number Diff line change 1
1
# AWS Network Terraform module
2
2
3
3
![ 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 >
9
4
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
11
6
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.
13
8
14
9
<br >
15
10
Terraform module to create Networking resources with IPv4 or dual stack IP mode enabled for workload deployment on AWS Cloud.
Original file line number Diff line number Diff line change @@ -3,16 +3,6 @@ variable "additional_aws_tags" {
3
3
description = " Additional tags to be applied to AWS resources"
4
4
type = map (string )
5
5
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
-
16
6
}
17
7
18
8
variable "aws_region" {
You can’t perform that action at this time.
0 commit comments