Skip to content

Add SSL/TLS options to haproxy_bind and haproxy_server #71

Add SSL/TLS options to haproxy_bind and haproxy_server

Add SSL/TLS options to haproxy_bind and haproxy_server #71

Workflow file for this run

name: ci
on:
push:
branches:
- 'main'
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v4
with:
push: true
tags: sepehrimanian/terraform-provider-haproxy:latest