terraform & timestamp
ich möchte in unseren automatisch Deployments immer das Datum des Vorgang in der virtuellen Kiste haben. Ich hab das erreicht indem ich Funktionen timestamp und formatdate von terraform verwende.
In den Variablen für cloud-init verwende ich :
Quelle :
https://www.terraform.io/docs/configuration/functions/timestamp.html
https://www.terraform.io/docs/configuration/functions/formatdate.html
In den Variablen für cloud-init verwende ich :
vars = { hostname = "${var.vsphere_name}${var.vsphere_dom}" deploy_date = formatdate ("DD'.'MM'.'YYYY hh:mm ZZZ",timestamp()) }weiterführender Link : terraform & cloud-init & vmware
Quelle :
https://www.terraform.io/docs/configuration/functions/timestamp.html
https://www.terraform.io/docs/configuration/functions/formatdate.html