add data file for AZ's and SG
This commit is contained in:
parent
b70b78f207
commit
2c5e63343a
1 changed files with 7 additions and 0 deletions
7
1-getting-started/code/data.tf
Normal file
7
1-getting-started/code/data.tf
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
data "aws_availability_zones" "available" {}
|
||||||
|
|
||||||
|
data "aws_security_group" "default" {
|
||||||
|
name = "default"
|
||||||
|
vpc_id = module.vpc.vpc_id
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue