File tree Expand file tree Collapse file tree 5 files changed +9
-25
lines changed Expand file tree Collapse file tree 5 files changed +9
-25
lines changed Original file line number Diff line number Diff line change 33
44[ ![ Cloud Posse] [ logo ]] ( https://cpco.io/homepage ) 
55
6- # terraform-aws-dynamic-subnets [ ![ Codefresh Build Status] ( https://g.codefresh.io/api/badges/pipeline/cloudposse/terraform-modules%2Fterraform-aws-dynamic-subnets?type=cf-1 )] ( https://g.codefresh.io/public/accounts/cloudposse/pipelines/5d02dad8572be040f879f8ed )  [ ![ Build Status ] ( https://travis-ci.org/cloudposse/terraform-aws-dynamic-subnets.svg?branch=master )] ( https://travis-ci.org/cloudposse/terraform-aws-dynamic-subnets )   [ ![ Latest Release] ( https://img.shields.io/github/release/cloudposse/terraform-aws-dynamic-subnets.svg )] ( https://github.com/cloudposse/terraform-aws-dynamic-subnets/releases/latest )  [ ![ Slack Community] ( https://slack.cloudposse.com/badge.svg )] ( https://slack.cloudposse.com )   
6+ # terraform-aws-dynamic-subnets [ ![ Codefresh Build Status] ( https://g.codefresh.io/api/badges/pipeline/cloudposse/terraform-modules%2Fterraform-aws-dynamic-subnets?type=cf-1 )] ( https://g.codefresh.io/public/accounts/cloudposse/pipelines/5d02dad8572be040f879f8ed )  [ ![ Latest Release] ( https://img.shields.io/github/release/cloudposse/terraform-aws-dynamic-subnets.svg )] ( https://github.com/cloudposse/terraform-aws-dynamic-subnets/releases/latest )  [ ![ Slack Community] ( https://slack.cloudposse.com/badge.svg )] ( https://slack.cloudposse.com )   
77
88
99Terraform module to provision public and private [ ` subnets ` ] ( http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Subnets.html )  in an existing [ ` VPC ` ] ( https://aws.amazon.com/vpc ) 
Original file line number Diff line number Diff line change @@ -36,9 +36,6 @@ badges:
3636  - name : " Codefresh Build Status" 
3737    image : " https://g.codefresh.io/api/badges/pipeline/cloudposse/terraform-modules%2Fterraform-aws-dynamic-subnets?type=cf-1" 
3838    url : " https://g.codefresh.io/public/accounts/cloudposse/pipelines/5d02dad8572be040f879f8ed" 
39-   - name : " Build Status" 
40-     image : " https://travis-ci.org/cloudposse/terraform-aws-dynamic-subnets.svg?branch=master" 
41-     url : " https://travis-ci.org/cloudposse/terraform-aws-dynamic-subnets" 
4239  - name : " Latest Release" 
4340    image : " https://img.shields.io/github/release/cloudposse/terraform-aws-dynamic-subnets.svg" 
4441    url : " https://github.com/cloudposse/terraform-aws-dynamic-subnets/releases/latest" 
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ availability_zones = ["us-west-1b", "us-west-1c"]
44
55namespace  =  " eg" 
66
7- name  =  " vpc" 
8- 
97stage  =  " test" 
8+ 
9+ name  =  " subnets-vpc-test" 
Original file line number Diff line number Diff line change 1- module  "vpc"  {
2-   source  =  " git::https://github.com/cloudposse/terraform-aws-vpc.git?ref=tags/0.5.1" 
3- 
4-   providers  =  
5-     aws =  " aws" 
6-   }
1+ provider  "aws"  {
2+   region  =  . region 
3+ }
74
5+ module  "vpc"  {
6+   source      =  " git::https://github.com/cloudposse/terraform-aws-vpc.git?ref=tags/0.7.0" 
87  namespace   =  . namespace 
98  stage       =  . stage 
109  name        =  . name 
1110  cidr_block  =  " 172.16.0.0/16" 
1211}
1312
1413module  "subnets"  {
15-   source  =  " ../../" 
16- 
17-   providers  =  
18-     aws =  " aws" 
19-   }
20- 
14+   source                =  " ../../" 
2115  availability_zones    =  . availability_zones 
2216  namespace             =  . namespace 
2317  stage                 =  . stage 
Load Diff This file was deleted. 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments