Skip to content

Instantly share code, notes, and snippets.

View pablovilas's full-sized avatar

Pablo Vilas pablovilas

View GitHub Profile
@pablovilas
pablovilas / build.gradle
Created June 20, 2016 14:32
Fxlauncher build.gradle deploy to Amazon S3
/**
* FXLauncher build targets
*
* - buildApp: Assembles the application into build/libs
* - deployApp: Transfers application to appDeployTarget via scp
* - installer: Generates native installer
*/
group 'no.tornado'
version '1.0'
resource "nullplatform_provider_config" "azure" {
provider = nullplatform
account = "poc-main"
type = "azure-configuration"
dimensions = {}
attributes = jsonencode({
"authentication": {
"client_id": "8e2f9b12-3a67-4820-91a7-abc123456789",
"tenant_id": "d32bf76a-4e1f-49a9-a1b7-123456789abc",
"client_secret": "t5O9X~1gJ8pQ3zDcTfP7Hx9v-Y8w_VNOp7eDuZx1",