Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
moukoublen committed Feb 12, 2025
1 parent e41488c commit 3aaf8c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/resources/providers/awslib/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ func CloudConnectorsExternalID(resourceID, externalIDPart string) string {

func InitializeAWSConfigCloudConnectors(ctx context.Context, cfg config.AwsConfig) (*aws.Config, error) {
// 1. Load initial config - Chain Part 1 - Elastic Super Role Local implicitly assumed.
// (TODO: check directly assuming the first role in chain and/or libbeataws.InitializeAWSConfig(cfg))
// (TODO: consider os.Setenv("AWS_EC2_METADATA_DISABLED", "true"))
awsConfig, err := awsconfig.LoadDefaultConfig(ctx)
if err != nil {
return nil, err
Expand Down

0 comments on commit 3aaf8c5

Please sign in to comment.