mirror of
https://github.com/farcasclaudiu/terraform-course.git
synced 2026-06-22 09:01:59 +03:00
11 lines
199 B
Modula-2
11 lines
199 B
Modula-2
module cdk.tf/go/stack
|
|
|
|
go 1.16
|
|
|
|
require github.com/aws/constructs-go/constructs/v10 v10.0.25
|
|
|
|
require (
|
|
github.com/aws/jsii-runtime-go v1.50.0
|
|
github.com/hashicorp/terraform-cdk-go/cdktf v0.8.6
|
|
)
|