Skip to content

Commit 6e73746

Browse files
committed
fix: add proxy to sdk http client
1 parent f57b718 commit 6e73746

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.4.25](https://github.com/Altinity/terraform-provider-altinitycloud/compare/v0.4.24...v0.4.25)
8+
79
## [0.4.24](https://github.com/Altinity/terraform-provider-altinitycloud/compare/v0.4.23...v0.4.24)
810
### Added
911
- Add docs example for AWS environment with Permission Boundaries [8b73c2d](https://github.com/Altinity/terraform-provider-altinitycloud/commit/8b73c2d).

internal/provider/provider.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ func (p *altinityCloudProvider) Configure(ctx context.Context, req provider.Conf
132132
client := client.NewClient(
133133
&http.Client{
134134
Transport: &http.Transport{
135+
Proxy: http.ProxyFromEnvironment,
135136
DialContext: (&net.Dialer{
136137
Timeout: 30 * time.Second,
137138
KeepAlive: 30 * time.Second,

0 commit comments

Comments
 (0)