This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Wed Jan 8 10:16:03 UTC 2020 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const cluster = new DataAwsEksCluster(stack, `data-aws-eks-cluster`, | |
{ | |
name: upstreamData.cluster.name, | |
provider: stack.awsProvider, | |
} | |
) | |
const dataNamespace = new DataKubernetesNamespace(stack, 'data-namespace', { | |
metadata: [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> @project/[email protected] cdktf /home/tom/Documents/project | |
> cdktf "synth" | |
undefined |