mirror of
https://github.com/farcasclaudiu/terraform-course.git
synced 2026-06-29 07:01:53 +03:00
cdktf-go
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
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
|
||||
)
|
||||
Reference in New Issue
Block a user