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
| name: 'Bootstrap Terraform' | |
| on: | |
| - pull_request | |
| env: | |
| tf_version: 'latest' | |
| tf_working_dir: '0-bootstrap' | |
| GOOGLE_CREDENTIALS: ${{secrets.GOOGLE_CREDENTIALS}} | |
| jobs: | |
| terraform: | |
| name: 'Terraform' |
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
| package com.splunk.dev.logging.examples; | |
| import org.slf4j.Logger; | |
| import org.slf4j.LoggerFactory; | |
| import com.dtdsoftware.splunk.logging.SplunkLogEvent; | |
| import com.dtdsoftware.splunk.logging.SplunkLogEventFactory; | |
| /** | |
| * Simple examples to demonstrate using the SplunkJavaLogging framework |