You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have followed the guided AWS Console/CLI app onboarding on Teleport Community Edition v17.4.8. Now, I would like to reproduce it in my IaC - which is not Terraform - and it took me a while to figure it out.
The host_id is a bit of a magic UUID because I don't know how to determine this. Is what I have done unsafe? Should I be doing it in a different way that doesn't involved the Terraform provider?
I deleted the previous app_server and applied the new one:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have followed the guided AWS Console/CLI app onboarding on Teleport Community Edition v17.4.8. Now, I would like to reproduce it in my IaC - which is not Terraform - and it took me a while to figure it out.
Teleport shows the following
app_server
resource:I copied and edited it into the following YAML file:
The
host_id
is a bit of a magic UUID because I don't know how to determine this. Is what I have done unsafe? Should I be doing it in a different way that doesn't involved the Terraform provider?I deleted the previous app_server and applied the new one:
I then tried using it and it just worked.
And for reference, this is my integration:
Beta Was this translation helpful? Give feedback.
All reactions