@@ -31,7 +31,7 @@ func TestAccHerokuSpace(t *testing.T) {
3131 Check : resource .ComposeTestCheckFunc (
3232 testAccCheckHerokuSpaceExists ("heroku_space.foobar" , & space ),
3333 resource .TestCheckResourceAttrSet ("heroku_space.foobar" , "outbound_ips.#" ),
34- resource .TestCheckResourceAttr ("heroku_space.foobar" , "cidr" , "10.0.0.0/16 " ),
34+ resource .TestCheckResourceAttrSet ("heroku_space.foobar" , "cidr" ),
3535 resource .TestCheckResourceAttrSet ("heroku_space.foobar" , "data_cidr" ),
3636 ),
3737 },
@@ -80,7 +80,7 @@ func TestAccHerokuSpace_Fir(t *testing.T) {
8080 resource .TestCheckResourceAttr ("heroku_space.foobar" , "generation" , "fir" ),
8181 resource .TestCheckResourceAttr ("heroku_space.foobar" , "shield" , "false" ),
8282 resource .TestCheckResourceAttrSet ("heroku_space.foobar" , "outbound_ips.#" ),
83- resource .TestCheckResourceAttr ("heroku_space.foobar" , "cidr" , "10.0.0.0/16 " ),
83+ resource .TestCheckResourceAttrSet ("heroku_space.foobar" , "cidr" ),
8484 resource .TestCheckResourceAttrSet ("heroku_space.foobar" , "data_cidr" ),
8585 ),
8686 },
0 commit comments