File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
22output  "name"  {
33  value        =  . vpc_name 
4-   depends_on   =  . post_vpc_address_pfx_default ]
4+   depends_on   =  . post_vpc_address_pfx_default ,  ibm_is_vpc . vpc ]
55  description  =  " The name of the vpc instance" 
66}
77
88output  "id"  {
99  value        =  . vpc_id 
10-   depends_on   =  . post_vpc_address_pfx_default ]
10+   depends_on   =  . post_vpc_address_pfx_default ,  ibm_is_vpc . vpc ]
1111  description  =  " The id of the vpc instance" 
1212}
1313
@@ -18,7 +18,7 @@ output "acl_id" {
1818
1919output  "crn"  {
2020  value        =  . crn 
21-   depends_on   =  . post_vpc_address_pfx_default ]
21+   depends_on   =  . post_vpc_address_pfx_default ,  ibm_is_vpc . vpc ]
2222  description  =  " The CRN for the vpc instance" 
2323}
2424
@@ -29,12 +29,12 @@ output "count" {
2929
3030output  "names"  {
3131  value        =  local . vpc_name ]
32-   depends_on   =  . post_vpc_address_pfx_default ]
32+   depends_on   =  . post_vpc_address_pfx_default ,  ibm_is_vpc . vpc ]
3333  description  =  " The name of the vpc instance" 
3434}
3535
3636output  "ids"  {
3737  value        =  local . vpc_id ]
38-   depends_on   =  . post_vpc_address_pfx_default ]
38+   depends_on   =  . post_vpc_address_pfx_default ,  ibm_is_vpc . vpc ]
3939  description  =  " The id of the vpc instance" 
4040}
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments