File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ terraform {
1818 required_providers {
1919 port = {
2020 source = "port-labs/port-labs"
21- version = "~> 0.0.1 "
21+ version = "~> 0.2.0 "
2222 }
2323 }
2424}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ terraform {
22 required_providers {
33 port = {
44 source = " port-labs/port-labs"
5- version = " ~> 0.0.1 "
5+ version = " ~> 0.2.0 "
66 }
77 }
88}
Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ func Provider() *schema.Provider {
2929 Optional : true ,
3030 },
3131 "base_url" : {
32- Type : schema .TypeString ,
33- Optional : true ,
34- Default : "https://api.getport.io" ,
32+ Type : schema .TypeString ,
33+ Optional : true ,
34+ DefaultFunc : schema . EnvDefaultFunc ( "PORT_BASE_URL" , "https://api.getport.io" ) ,
3535 },
3636 },
3737 ResourcesMap : map [string ]* schema.Resource {
You can’t perform that action at this time.
0 commit comments