Skip to content
This repository was archived by the owner on Aug 21, 2022. It is now read-only.

Commit 45cb3cd

Browse files
committed
feat: set extra_conf_options from setup configuration
1 parent 009629a commit 45cb3cd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

stackhead-module.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ terraform:
77
version: 1.3.2
88
# deprecated: remove url with Terraform 0.13 in main project
99
url: https://github.com/getstackhead/terraform-nginx/releases/download/v1.3.0/terraform-provider-nginx
10+
resource_name: nginx_server_block

tasks/steps/setup.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
nginx_vhosts: []
1313
__nginx_user: "stackhead"
1414
root_group: "stackhead"
15+
nginx_extra_conf_options: "{{ module.config.extra_conf_options|default({}) }}"
1516
include_role:
1617
name: geerlingguy.nginx
1718
- name: adjust owner of /var/www directories

0 commit comments

Comments
 (0)