-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: example of Terramate Sharing Outputs. #203
base: main
Are you sure you want to change the base?
Conversation
5d49266
to
bbab19f
Compare
Terramate Cloud Preview of commit 1499c57Changed ResourcesView Details on Terramate Cloud for Preview 7963
|
57480fe
to
b24191c
Compare
@@ -0,0 +1,3 @@ | |||
output "vpc_id" { | |||
value = module.vpc.vpc_id | |||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since I am not too familiar with Terramate yet, I am just wondering. Which one https://github.com/terramate-io/terramate-quickstart-aws/pull/203/files#diff-dc0f18a94f4273afd42721dc7a41896b318984b7751967b6cd4d579836adbce9R3 is referring to. Is it stacks/terraform/vpc/outputs.tm or this output here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @poberherr,
This is a WIP feature, probably landing on the upcoming v0.10.1 release. It is still undocumented and some details can change before the release.
But about your question, yes, this file is generated from output
and input
blocks defined in a .tm
file, in this case it is stacks/terraform/vpc/outputs.tm
. The sharing_backend.filename
attribute configures the generated file name.
67c2acd
to
c4cd22b
Compare
Signed-off-by: i4k <t.nateldemoura@gmail.com>
c4cd22b
to
1499c57
Compare
No description provided.