Skip to content

Update docs to align with main documentation and fix issue with org ID and resolvable fields #27

Update docs to align with main documentation and fix issue with org ID and resolvable fields

Update docs to align with main documentation and fix issue with org ID and resolvable fields #27

Workflow file for this run

name: acc-tests
on:
schedule:
- cron: 0 0 * * *
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: Acceptance Tests
runs-on: ubuntu-latest
env:
GO111MODULE: on
steps:
- uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: false
- name: Acceptance Tests
env:
AXIOM_TOKEN: ${{ secrets.TF_PROVIDER_API_TOKEN }}
AXIOM_ORG_ID: ${{ vars.AXIOM_ORG_ID }}
AXIOM_URL: ${{ vars.AXIOM_URL }}
run: |
make testacc