terraconstructs 0.0.8 → 0.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (136) hide show
  1. package/.jsii +3 -3
  2. package/.mise.toml +4 -1
  3. package/.nvmrc +1 -1
  4. package/README.md +15 -3
  5. package/go.mod +63 -77
  6. package/go.sum +130 -962
  7. package/lib/aws/arn.js +1 -1
  8. package/lib/aws/aws-construct.js +1 -1
  9. package/lib/aws/aws-stack.js +1 -1
  10. package/lib/aws/cloudwatch/actions/ec2.js +1 -1
  11. package/lib/aws/cloudwatch/actions/lambda.js +1 -1
  12. package/lib/aws/cloudwatch/alarm-base.js +1 -1
  13. package/lib/aws/cloudwatch/alarm-rule.js +1 -1
  14. package/lib/aws/cloudwatch/alarm-status-widget.js +1 -1
  15. package/lib/aws/cloudwatch/alarm.js +1 -1
  16. package/lib/aws/cloudwatch/composite-alarm.js +1 -1
  17. package/lib/aws/cloudwatch/dashboard.js +1 -1
  18. package/lib/aws/cloudwatch/data-protection-policy.js +3 -3
  19. package/lib/aws/cloudwatch/graph.js +8 -8
  20. package/lib/aws/cloudwatch/layout.js +3 -3
  21. package/lib/aws/cloudwatch/log-destinations/kinesis.js +1 -1
  22. package/lib/aws/cloudwatch/log-destinations/lambda.js +1 -1
  23. package/lib/aws/cloudwatch/log-group.js +1 -1
  24. package/lib/aws/cloudwatch/log-query.js +1 -1
  25. package/lib/aws/cloudwatch/log-stream.js +1 -1
  26. package/lib/aws/cloudwatch/metric-filter.js +1 -1
  27. package/lib/aws/cloudwatch/metric.js +2 -2
  28. package/lib/aws/cloudwatch/pattern.js +3 -3
  29. package/lib/aws/cloudwatch/policy.js +1 -1
  30. package/lib/aws/cloudwatch/query-definition.js +2 -2
  31. package/lib/aws/cloudwatch/stats.js +1 -1
  32. package/lib/aws/cloudwatch/subscription-filter.js +1 -1
  33. package/lib/aws/cloudwatch/text.js +1 -1
  34. package/lib/aws/cloudwatch/variable.js +3 -3
  35. package/lib/aws/cloudwatch/widget.js +1 -1
  36. package/lib/aws/compute/activity.js +1 -1
  37. package/lib/aws/compute/architecture.js +1 -1
  38. package/lib/aws/compute/chain.js +1 -1
  39. package/lib/aws/compute/condition.js +1 -1
  40. package/lib/aws/compute/event-invoke-config.js +1 -1
  41. package/lib/aws/compute/event-source-filter.js +2 -2
  42. package/lib/aws/compute/event-source-mapping.js +1 -1
  43. package/lib/aws/compute/event-sources/s3-onfailure-destination.js +1 -1
  44. package/lib/aws/compute/event-sources/s3.js +1 -1
  45. package/lib/aws/compute/event-sources/sqs-dlq.js +1 -1
  46. package/lib/aws/compute/event-sources/sqs.js +1 -1
  47. package/lib/aws/compute/fields.js +4 -4
  48. package/lib/aws/compute/function-alias.js +1 -1
  49. package/lib/aws/compute/function-base.js +2 -2
  50. package/lib/aws/compute/function-destinations/event-bridge.js +1 -1
  51. package/lib/aws/compute/function-destinations/function.js +1 -1
  52. package/lib/aws/compute/function-destinations/sqs.js +1 -1
  53. package/lib/aws/compute/function-nodejs.js +1 -1
  54. package/lib/aws/compute/function-url.js +1 -1
  55. package/lib/aws/compute/function.js +1 -1
  56. package/lib/aws/compute/state-graph.js +1 -1
  57. package/lib/aws/compute/state-machine-fragment.js +1 -1
  58. package/lib/aws/compute/state-machine.js +4 -4
  59. package/lib/aws/compute/states/choice.js +1 -1
  60. package/lib/aws/compute/states/custom-state.js +1 -1
  61. package/lib/aws/compute/states/distributed-map/item-batcher.js +1 -1
  62. package/lib/aws/compute/states/distributed-map/item-reader.js +5 -5
  63. package/lib/aws/compute/states/distributed-map/result-writer.js +1 -1
  64. package/lib/aws/compute/states/distributed-map.js +1 -1
  65. package/lib/aws/compute/states/fail.js +1 -1
  66. package/lib/aws/compute/states/map-base.js +1 -1
  67. package/lib/aws/compute/states/map.js +1 -1
  68. package/lib/aws/compute/states/parallel.js +1 -1
  69. package/lib/aws/compute/states/pass.js +2 -2
  70. package/lib/aws/compute/states/state.js +1 -1
  71. package/lib/aws/compute/states/succeed.js +1 -1
  72. package/lib/aws/compute/states/task-base.js +2 -2
  73. package/lib/aws/compute/states/task.js +1 -1
  74. package/lib/aws/compute/states/wait.js +2 -2
  75. package/lib/aws/compute/task-credentials.js +1 -1
  76. package/lib/aws/compute/task-input.js +1 -1
  77. package/lib/aws/compute/tasks/aws-sdk/call-aws-service.js +1 -1
  78. package/lib/aws/compute/tasks/eventbridge/put-events.js +1 -1
  79. package/lib/aws/compute/tasks/http/invoke.js +1 -1
  80. package/lib/aws/compute/tasks/lambda/invoke.js +1 -1
  81. package/lib/aws/compute/tasks/sqs/send-message.js +1 -1
  82. package/lib/aws/compute/tasks/stepfunctions/invoke-activity.js +1 -1
  83. package/lib/aws/compute/tasks/stepfunctions/start-execution.js +1 -1
  84. package/lib/aws/compute/types.js +1 -1
  85. package/lib/aws/edge/certificate.js +1 -1
  86. package/lib/aws/edge/distribution.js +3 -3
  87. package/lib/aws/edge/dns-alias-record-targets.js +2 -2
  88. package/lib/aws/edge/dns-record.js +13 -13
  89. package/lib/aws/edge/dns-zone.js +1 -1
  90. package/lib/aws/edge/function.js +2 -2
  91. package/lib/aws/edge/key-value-store.js +4 -4
  92. package/lib/aws/edge/origin.js +3 -3
  93. package/lib/aws/encryption/alias.js +1 -1
  94. package/lib/aws/encryption/key.js +1 -1
  95. package/lib/aws/encryption/via-service-principal.js +1 -1
  96. package/lib/aws/iam/grant.js +2 -2
  97. package/lib/aws/iam/managed-policy.js +1 -1
  98. package/lib/aws/iam/oidc-provider.js +1 -1
  99. package/lib/aws/iam/policy-document.js +1 -1
  100. package/lib/aws/iam/policy-statement.js +1 -1
  101. package/lib/aws/iam/policy.js +1 -1
  102. package/lib/aws/iam/principals.js +20 -20
  103. package/lib/aws/iam/role.js +1 -1
  104. package/lib/aws/iam/saml-provider.js +2 -2
  105. package/lib/aws/iam/unknown-principal.js +1 -1
  106. package/lib/aws/network/simple-ipv4-vpc.js +1 -1
  107. package/lib/aws/network/subnet-group.js +3 -3
  108. package/lib/aws/network/subnet.js +4 -4
  109. package/lib/aws/notify/archive.js +1 -1
  110. package/lib/aws/notify/connection.js +3 -3
  111. package/lib/aws/notify/event-bus.js +3 -3
  112. package/lib/aws/notify/event-pattern.js +1 -1
  113. package/lib/aws/notify/input.js +2 -2
  114. package/lib/aws/notify/kinesis-stream.js +1 -1
  115. package/lib/aws/notify/queue-policy.js +1 -1
  116. package/lib/aws/notify/queue.js +1 -1
  117. package/lib/aws/notify/resource-policy.js +1 -1
  118. package/lib/aws/notify/rule.js +1 -1
  119. package/lib/aws/notify/schedule.js +1 -1
  120. package/lib/aws/notify/targets/event-bus.js +1 -1
  121. package/lib/aws/notify/targets/function.js +1 -1
  122. package/lib/aws/notify/targets/log-group.js +2 -2
  123. package/lib/aws/notify/targets/sqs.js +1 -1
  124. package/lib/aws/notify/targets/state-machine.js +1 -1
  125. package/lib/aws/storage/bucket-notifications.js +1 -1
  126. package/lib/aws/storage/bucket-policy.js +1 -1
  127. package/lib/aws/storage/bucket-source.js +1 -1
  128. package/lib/aws/storage/bucket.js +1 -1
  129. package/lib/aws/storage/notification-targets/function.js +1 -1
  130. package/lib/aws/storage/notification-targets/queue.js +1 -1
  131. package/lib/aws/storage/origin-access-identity.js +1 -1
  132. package/lib/construct-base.js +2 -2
  133. package/lib/duration.js +1 -1
  134. package/lib/size.js +1 -1
  135. package/lib/stack-base.js +1 -1
  136. package/package.json +2 -2
package/.jsii CHANGED
@@ -2162,7 +2162,7 @@
2162
2162
  },
2163
2163
  "name": "terraconstructs",
2164
2164
  "readme": {
2165
- "markdown": "# TerraConstructs\n\n**TerraConstructs** is a library of classes and interfaces inspired by [AWS CDK](https://github.com/aws/aws-cdk), but designed to leverage the power and flexibility of Terraform. Built using [CDKTF](https://github.com/hashicorp/terraform-cdk), TerraConstructs enables developers to define cloud infrastructure using familiar object-oriented programming patterns, while taking advantage of Terraform/OpenTofu's broad provider ecosystem and efficient state management.\n\nWith TerraConstructs, you can write infrastructure as code that is intuitive, modular, and maintainable. It combines the ease of high-level constructs with the powerful capabilities of Terraform providers, offering an exceptional developer experience for defining and managing cloud resources.\n\n---\n\n### Why TerraConstructs?\n\n- **Object-Oriented Constructs**: Simplify infrastructure definition with reusable, high-level constructs that abstract complexity.\n- **Terraform Integration**: Use the extensive Terraform provider ecosystem for multi-cloud and hybrid-cloud deployments.\n- **Inspired by AWS CDK**: Enjoy similar patterns and abstractions with the flexibility to go beyond AWS.\n\n---\n\nFor detailed documentation, examples, and to learn more about the project, visit our website:\n👉 **[terraconstructs.dev](https://terraconstructs.dev)**\n\n### Getting Started for Developers\n\nTo get started with TerraConstructs as a developer:\n\n1. **Clone the Repository**\n ```bash\n git clone https://github.com/terraconstructs/base.git\n cd base\n ```\n\n2. **Install Dependencies**\n Ensure you have **Node.js** installed along with the **pnpm** package manager. Then run:\n ```bash\n pnpm install\n ```\n\n This will set up the workspace and install all required dependencies.\n\n### Integration testing\n\nTerraConstructs are validated using [gruntwork-io/terratest](https://github.com/gruntwork-io/terratest).\n\nRefer to [integ/](./integ/README.md) for further details.\n"
2165
+ "markdown": "# TerraConstructs\n\n**TerraConstructs** is a library of classes and interfaces inspired by [AWS CDK](https://github.com/aws/aws-cdk), but designed to leverage the power and flexibility of Terraform. Built using [CDKTF](https://github.com/hashicorp/terraform-cdk), TerraConstructs enables developers to define cloud infrastructure using familiar object-oriented programming patterns, while taking advantage of Terraform/OpenTofu's broad provider ecosystem and efficient state management.\n\nWith TerraConstructs, you can write infrastructure as code that is intuitive, modular, and maintainable. It combines the ease of high-level constructs with the powerful capabilities of Terraform providers, offering an exceptional developer experience for defining and managing cloud resources.\n\n---\n\n### Why TerraConstructs?\n\n- **Object-Oriented Constructs**: Simplify infrastructure definition with reusable, high-level constructs that abstract complexity.\n- **Terraform Integration**: Use the extensive Terraform provider ecosystem for multi-cloud and hybrid-cloud deployments.\n- **Inspired by AWS CDK**: Enjoy similar patterns and abstractions with the flexibility to go beyond AWS.\n\n---\n\nFor detailed documentation, examples, and to learn more about the project, visit our website:\n👉 **[terraconstructs.dev](https://terraconstructs.dev)**\n\n### Contributing\n\nTo get started contributing to TerraConstructs:\n\n1. **Clone the Repository**\n ```bash\n git clone https://github.com/terraconstructs/base.git\n cd base\n ```\n\n2. **Install Dependencies**\n Ensure you have **Node.js** (`>=18.18.0`) installed along with the **pnpm** (`9.9.0`) package manager. Then run:\n ```bash\n pnpm install\n ```\n\n This will set up the workspace and install all required dependencies.\n\n### Tool versions\n\nCorrect tool versions can be controlled using [mise](https://mise.jdx.dev/getting-started.html#quickstart).\n\n```console\n# view requested config\nmise ls\n\n# install tool versions required\nmise install\n```\n\n### Integration testing\n\nTerraConstructs are validated using [gruntwork-io/terratest](https://github.com/gruntwork-io/terratest).\n\nRefer to [integ/](./integ/README.md) for further details.\n"
2166
2166
  },
2167
2167
  "repository": {
2168
2168
  "type": "git",
@@ -79775,6 +79775,6 @@
79775
79775
  "symbolId": "src/aws/storage/notification-targets/queue:QueueDestination"
79776
79776
  }
79777
79777
  },
79778
- "version": "0.0.8",
79779
- "fingerprint": "vz6rkhOgOZG/991V8qVDqdRhHyE1TxDpfBcFdLUt74A="
79778
+ "version": "0.0.9",
79779
+ "fingerprint": "CLoyjWvlzrHqo3gUPAWBEPCwZ8RT8bZsYWzQG6TxtWo="
79780
79780
  }
package/.mise.toml CHANGED
@@ -3,6 +3,9 @@ bun = "1.1.26"
3
3
  aws-vault = "7.2.0"
4
4
  # terraform = "1.9.4"
5
5
  opentofu = "1.8.2"
6
- node = "20.17.0"
6
+ node = "18"
7
7
  go = "1.23.0"
8
8
  awscli = "2.17.42"
9
+ shellcheck = "0.10.0"
10
+ shfmt = "3.9.0"
11
+ direnv = "2.34.0"
package/.nvmrc CHANGED
@@ -1 +1 @@
1
- 20
1
+ 18.20.5
package/README.md CHANGED
@@ -17,9 +17,9 @@ With TerraConstructs, you can write infrastructure as code that is intuitive, mo
17
17
  For detailed documentation, examples, and to learn more about the project, visit our website:
18
18
  👉 **[terraconstructs.dev](https://terraconstructs.dev)**
19
19
 
20
- ### Getting Started for Developers
20
+ ### Contributing
21
21
 
22
- To get started with TerraConstructs as a developer:
22
+ To get started contributing to TerraConstructs:
23
23
 
24
24
  1. **Clone the Repository**
25
25
  ```bash
@@ -28,13 +28,25 @@ To get started with TerraConstructs as a developer:
28
28
  ```
29
29
 
30
30
  2. **Install Dependencies**
31
- Ensure you have **Node.js** installed along with the **pnpm** package manager. Then run:
31
+ Ensure you have **Node.js** (`>=18.18.0`) installed along with the **pnpm** (`9.9.0`) package manager. Then run:
32
32
  ```bash
33
33
  pnpm install
34
34
  ```
35
35
 
36
36
  This will set up the workspace and install all required dependencies.
37
37
 
38
+ ### Tool versions
39
+
40
+ Correct tool versions can be controlled using [mise](https://mise.jdx.dev/getting-started.html#quickstart).
41
+
42
+ ```console
43
+ # view requested config
44
+ mise ls
45
+
46
+ # install tool versions required
47
+ mise install
48
+ ```
49
+
38
50
  ### Integration testing
39
51
 
40
52
  TerraConstructs are validated using [gruntwork-io/terratest](https://github.com/gruntwork-io/terratest).
package/go.mod CHANGED
@@ -4,110 +4,102 @@ go 1.22.2
4
4
 
5
5
  // replace github.com/terraconstructs/go-synth => /path/to/terraconstructs/go-synth
6
6
 
7
- // terratest ported to aws-sdk-v2
8
- replace github.com/gruntwork-io/terratest => github.com/wakeful/terratest v0.47.2-0.20241015095311-22a3870b391e
9
-
10
7
  // includes fixes for https://github.com/AndrewKlopper/go-jmespath/commit/08acbd74c946a6184bb1139c10334a604e05bae6
11
8
  // ref: https://github.com/jmespath/go-jmespath/pull/87
12
9
  replace github.com/jmespath/go-jmespath => github.com/AndrewKlopper/go-jmespath v0.4.1
13
10
 
14
11
  require (
15
12
  github.com/aws/aws-sdk-go-v2 v1.32.7
16
- github.com/aws/aws-sdk-go-v2/config v1.27.41
17
- github.com/aws/aws-sdk-go-v2/service/acm v1.30.0
13
+ github.com/aws/aws-sdk-go-v2/config v1.28.5
14
+ github.com/aws/aws-sdk-go-v2/service/acm v1.30.6
18
15
  github.com/aws/aws-sdk-go-v2/service/cloudfront v1.38.7
19
16
  github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.43.4
20
17
  github.com/aws/aws-sdk-go-v2/service/cloudwatchevents v1.27.3
21
- github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.41.0
18
+ github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.44.0
22
19
  github.com/aws/aws-sdk-go-v2/service/eventbridge v1.36.1
23
- github.com/aws/aws-sdk-go-v2/service/iam v1.37.0
20
+ github.com/aws/aws-sdk-go-v2/service/iam v1.38.1
24
21
  github.com/aws/aws-sdk-go-v2/service/kinesis v1.32.8
25
- github.com/aws/aws-sdk-go-v2/service/kms v1.37.0
26
- github.com/aws/aws-sdk-go-v2/service/lambda v1.63.0
27
- github.com/aws/aws-sdk-go-v2/service/s3 v1.65.0
22
+ github.com/aws/aws-sdk-go-v2/service/kms v1.37.6
23
+ github.com/aws/aws-sdk-go-v2/service/lambda v1.69.0
24
+ github.com/aws/aws-sdk-go-v2/service/s3 v1.69.0
28
25
  github.com/aws/aws-sdk-go-v2/service/sfn v1.33.2
29
- github.com/aws/aws-sdk-go-v2/service/sqs v1.36.0
26
+ github.com/aws/aws-sdk-go-v2/service/sqs v1.37.1
30
27
  github.com/golang-jwt/jwt/v5 v5.2.1
31
28
  github.com/google/go-cmp v0.6.0
32
- github.com/gruntwork-io/terratest v0.47.0
33
- github.com/hashicorp/go-multierror v1.1.0
34
- github.com/hashicorp/terraform-json v0.13.0
29
+ github.com/gruntwork-io/terratest v0.48.1
30
+ github.com/hashicorp/go-multierror v1.1.1
31
+ github.com/hashicorp/terraform-json v0.23.0
35
32
  github.com/jmespath/go-jmespath v0.4.0
36
33
  github.com/spf13/afero v1.11.0
37
- github.com/stretchr/testify v1.8.4
34
+ github.com/stretchr/testify v1.9.0
38
35
  github.com/terraconstructs/go-synth v0.0.0-20241223031117-f10d006646ea
39
36
  go.uber.org/zap v1.27.0
40
37
  )
41
38
 
42
39
  require (
43
- cloud.google.com/go v0.110.10 // indirect
44
- cloud.google.com/go/compute v1.23.3 // indirect
45
- cloud.google.com/go/compute/metadata v0.2.3 // indirect
46
- cloud.google.com/go/iam v1.1.5 // indirect
47
- cloud.google.com/go/storage v1.35.1 // indirect
40
+ filippo.io/edwards25519 v1.1.0 // indirect
48
41
  github.com/agext/levenshtein v1.2.3 // indirect
49
- github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
50
- github.com/aws/aws-sdk-go v1.44.122 // indirect
42
+ github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
51
43
  github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 // indirect
52
- github.com/aws/aws-sdk-go-v2/credentials v1.17.39 // indirect
53
- github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.15 // indirect
54
- github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.28 // indirect
44
+ github.com/aws/aws-sdk-go-v2/credentials v1.17.46 // indirect
45
+ github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.20 // indirect
46
+ github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.41 // indirect
55
47
  github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 // indirect
56
48
  github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 // indirect
57
49
  github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect
58
50
  github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.26 // indirect
59
- github.com/aws/aws-sdk-go-v2/service/autoscaling v1.45.0 // indirect
51
+ github.com/aws/aws-sdk-go-v2/service/autoscaling v1.51.0 // indirect
60
52
  github.com/aws/aws-sdk-go-v2/service/codeartifact v1.30.3 // indirect
61
- github.com/aws/aws-sdk-go-v2/service/dynamodb v1.36.0 // indirect
62
- github.com/aws/aws-sdk-go-v2/service/ec2 v1.181.0 // indirect
63
- github.com/aws/aws-sdk-go-v2/service/ecr v1.36.0 // indirect
64
- github.com/aws/aws-sdk-go-v2/service/ecs v1.47.0 // indirect
65
- github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.0 // indirect
66
- github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.0 // indirect
67
- github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.0 // indirect
68
- github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.0 // indirect
69
- github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.0 // indirect
70
- github.com/aws/aws-sdk-go-v2/service/rds v1.87.0 // indirect
71
- github.com/aws/aws-sdk-go-v2/service/route53 v1.45.0 // indirect
72
- github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.34.0 // indirect
73
- github.com/aws/aws-sdk-go-v2/service/sns v1.33.0 // indirect
74
- github.com/aws/aws-sdk-go-v2/service/ssm v1.55.0 // indirect
75
- github.com/aws/aws-sdk-go-v2/service/sso v1.24.0 // indirect
76
- github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.0 // indirect
77
- github.com/aws/aws-sdk-go-v2/service/sts v1.32.0 // indirect
53
+ github.com/aws/aws-sdk-go-v2/service/dynamodb v1.37.1 // indirect
54
+ github.com/aws/aws-sdk-go-v2/service/ec2 v1.193.0 // indirect
55
+ github.com/aws/aws-sdk-go-v2/service/ecr v1.36.6 // indirect
56
+ github.com/aws/aws-sdk-go-v2/service/ecs v1.52.0 // indirect
57
+ github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect
58
+ github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.5 // indirect
59
+ github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.5 // indirect
60
+ github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.5 // indirect
61
+ github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.5 // indirect
62
+ github.com/aws/aws-sdk-go-v2/service/rds v1.91.0 // indirect
63
+ github.com/aws/aws-sdk-go-v2/service/route53 v1.46.2 // indirect
64
+ github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.34.6 // indirect
65
+ github.com/aws/aws-sdk-go-v2/service/sns v1.33.6 // indirect
66
+ github.com/aws/aws-sdk-go-v2/service/ssm v1.56.0 // indirect
67
+ github.com/aws/aws-sdk-go-v2/service/sso v1.24.6 // indirect
68
+ github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.5 // indirect
69
+ github.com/aws/aws-sdk-go-v2/service/sts v1.33.1 // indirect
78
70
  github.com/aws/smithy-go v1.22.1 // indirect
79
71
  github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
80
72
  github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
81
- github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
73
+ github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
82
74
  github.com/davecgh/go-spew v1.1.1 // indirect
83
75
  github.com/emicklei/go-restful/v3 v3.9.0 // indirect
84
76
  github.com/go-errors/errors v1.0.2-0.20180813162953-d98b870cc4e0 // indirect
85
- github.com/go-logr/logr v1.2.4 // indirect
77
+ github.com/go-logr/logr v1.4.2 // indirect
86
78
  github.com/go-openapi/jsonpointer v0.19.6 // indirect
87
79
  github.com/go-openapi/jsonreference v0.20.2 // indirect
88
80
  github.com/go-openapi/swag v0.22.3 // indirect
89
- github.com/go-sql-driver/mysql v1.4.1 // indirect
81
+ github.com/go-sql-driver/mysql v1.8.1 // indirect
90
82
  github.com/gogo/protobuf v1.3.2 // indirect
91
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
92
- github.com/golang/protobuf v1.5.3 // indirect
83
+ github.com/golang/protobuf v1.5.4 // indirect
93
84
  github.com/google/gnostic-models v0.6.8 // indirect
94
85
  github.com/google/gofuzz v1.2.0 // indirect
95
- github.com/google/s2a-go v0.1.7 // indirect
96
- github.com/google/uuid v1.4.0 // indirect
97
- github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
98
- github.com/googleapis/gax-go/v2 v2.12.0 // indirect
86
+ github.com/google/uuid v1.6.0 // indirect
99
87
  github.com/gruntwork-io/go-commons v0.8.0 // indirect
100
88
  github.com/hashicorp/errwrap v1.0.0 // indirect
101
89
  github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
102
- github.com/hashicorp/go-getter v1.7.6 // indirect
90
+ github.com/hashicorp/go-getter/v2 v2.2.3 // indirect
103
91
  github.com/hashicorp/go-safetemp v1.0.0 // indirect
104
- github.com/hashicorp/go-version v1.6.0 // indirect
105
- github.com/hashicorp/hcl/v2 v2.9.1 // indirect
92
+ github.com/hashicorp/go-version v1.7.0 // indirect
93
+ github.com/hashicorp/hcl/v2 v2.22.0 // indirect
106
94
  github.com/imdario/mergo v0.3.11 // indirect
95
+ github.com/jackc/pgpassfile v1.0.0 // indirect
96
+ github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
97
+ github.com/jackc/pgx/v5 v5.7.1 // indirect
98
+ github.com/jackc/puddle/v2 v2.2.2 // indirect
107
99
  github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a // indirect
108
100
  github.com/josharian/intern v1.0.0 // indirect
109
101
  github.com/json-iterator/go v1.1.12 // indirect
110
- github.com/klauspost/compress v1.15.11 // indirect
102
+ github.com/klauspost/compress v1.16.5 // indirect
111
103
  github.com/mailru/easyjson v0.7.7 // indirect
112
104
  github.com/mattn/go-zglob v0.0.2-0.20190814121620-e3c945676326 // indirect
113
105
  github.com/mitchellh/go-homedir v1.1.0 // indirect
@@ -118,31 +110,25 @@ require (
118
110
  github.com/modern-go/reflect2 v1.0.2 // indirect
119
111
  github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
120
112
  github.com/pmezard/go-difflib v1.0.0 // indirect
121
- github.com/pquerna/otp v1.2.0 // indirect
113
+ github.com/pquerna/otp v1.4.0 // indirect
122
114
  github.com/russross/blackfriday/v2 v2.1.0 // indirect
123
115
  github.com/spf13/pflag v1.0.5 // indirect
124
- github.com/tmccombs/hcl2json v0.3.3 // indirect
116
+ github.com/tmccombs/hcl2json v0.6.4 // indirect
125
117
  github.com/ulikunitz/xz v0.5.10 // indirect
126
- github.com/urfave/cli v1.22.2 // indirect
127
- github.com/zclconf/go-cty v1.9.1 // indirect
128
- go.opencensus.io v0.24.0 // indirect
118
+ github.com/urfave/cli v1.22.16 // indirect
119
+ github.com/zclconf/go-cty v1.15.0 // indirect
129
120
  go.uber.org/multierr v1.11.0 // indirect
130
- golang.org/x/crypto v0.21.0 // indirect
131
- golang.org/x/net v0.23.0 // indirect
132
- golang.org/x/oauth2 v0.15.0 // indirect
133
- golang.org/x/sync v0.5.0 // indirect
134
- golang.org/x/sys v0.18.0 // indirect
135
- golang.org/x/term v0.18.0 // indirect
136
- golang.org/x/text v0.14.0 // indirect
137
- golang.org/x/time v0.5.0 // indirect
138
- golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
139
- google.golang.org/api v0.152.0 // indirect
140
- google.golang.org/appengine v1.6.7 // indirect
141
- google.golang.org/genproto v0.0.0-20231106174013-bbf56f31fb17 // indirect
142
- google.golang.org/genproto/googleapis/api v0.0.0-20231106174013-bbf56f31fb17 // indirect
143
- google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f // indirect
144
- google.golang.org/grpc v1.59.0 // indirect
145
- google.golang.org/protobuf v1.33.0 // indirect
121
+ golang.org/x/crypto v0.29.0 // indirect
122
+ golang.org/x/mod v0.18.0 // indirect
123
+ golang.org/x/net v0.31.0 // indirect
124
+ golang.org/x/oauth2 v0.24.0 // indirect
125
+ golang.org/x/sync v0.9.0 // indirect
126
+ golang.org/x/sys v0.27.0 // indirect
127
+ golang.org/x/term v0.26.0 // indirect
128
+ golang.org/x/text v0.20.0 // indirect
129
+ golang.org/x/time v0.8.0 // indirect
130
+ golang.org/x/tools v0.22.0 // indirect
131
+ google.golang.org/protobuf v1.35.1 // indirect
146
132
  gopkg.in/inf.v0 v0.9.1 // indirect
147
133
  gopkg.in/yaml.v2 v2.4.0 // indirect
148
134
  gopkg.in/yaml.v3 v3.0.1 // indirect