cowork
This commit is contained in:
		@ -4,7 +4,7 @@
 | 
			
		||||
*/
 | 
			
		||||
 | 
			
		||||
//public
 | 
			
		||||
resource "aws_route_table" "public-table" {
 | 
			
		||||
resource "aws_route_table" "rt-tbl" {
 | 
			
		||||
  vpc_id = var.vpc_id
 | 
			
		||||
  tags = {
 | 
			
		||||
    Name = "${var.tag_name}-route-public"
 | 
			
		||||
 | 
			
		||||
@ -1,5 +1,5 @@
 | 
			
		||||
output "route_public_id" {
 | 
			
		||||
output "route_id" {
 | 
			
		||||
    description = "get route_public_id"
 | 
			
		||||
    value = aws_route_table.public-table.id
 | 
			
		||||
    value = aws_route_table.rt-tbl.id
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user