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
$ResourceUrl = 'https://database.windows.net' | |
class SmoRenewableToken : Microsoft.SqlServer.Management.Common.IRenewableToken { | |
[string]$Resource | |
[string]$Tenant | |
[DateTimeOffset]$TokenExpiry | |
[string]$UserId | |
[string] hidden $Token | |
SmoRenewableToken( |
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
terraform { | |
required_version = ">= 1.1.6" | |
} | |
locals { | |
my_var = "12\" = 1'" | |
my_var2 = [ | |
"Cat", | |
"Dog", | |
"Cow", |
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
terraform { | |
required_version = ">= 1.1.6" | |
} | |
locals { | |
my_var = "12\" = 1'" | |
} | |
resource "null_resource" "good_example" { | |
triggers = { |
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
terraform { | |
required_version = ">= 1.1.6" | |
} | |
locals { | |
my_var = "12\" = 1'" | |
} | |
resource "null_resource" "bad_example" { | |
triggers = { |
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
terraform { | |
required_version = ">= 1.1.6" | |
} | |
locals { | |
my_var = "something" | |
} | |
resource "null_resource" "bad_example" { | |
triggers = { |
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
// Universal Storage 2 by Paul Kingtiger, Daishi and DMagic. | |
// See packaged file for license information | |
// This file is best viewed with notepad++ https://notepad-plus-plus.org/ | |
// Using the KSP Module Manager language file included in the mod. | |
// name = USWaterPurifier | |
PART:NEEDS[Kerbalism|TacLifeSupport|USILifeSupport] | |
{ |