Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Pygments / tests / snippets / terraform / test_variable_read.txt
Size: Mime:
---input---
provider "aws" {
  region = var.aws_region
}

---tokens---
'provider'    Keyword.Reserved
' '           Text.Whitespace
'"aws"'       Name.Variable
' '           Text.Whitespace
'{'           Punctuation
'\n'          Text.Whitespace

'  '          Text.Whitespace
'region'      Name.Attribute
' '           Text.Whitespace
'='           Operator
' '           Text.Whitespace
'var.aws_region' Name.Variable
'\n'          Text.Whitespace

'}'           Punctuation
'\n'          Text.Whitespace