Skip to content

Commit 69bfa03

Browse files
committed
Replace Wallix with WALLIX in documentation
1 parent 2ef6790 commit 69bfa03

File tree

7 files changed

+22
-22
lines changed

7 files changed

+22
-22
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Contributing to Terraform Provider Wallix Bastion
1+
# Contributing to Terraform Provider WALLIX Bastion
22

3-
Thank you for your interest in contributing to the Terraform Provider for Wallix Bastion! This document provides guidelines and information for contributors.
3+
Thank you for your interest in contributing to the Terraform Provider for WALLIX Bastion! This document provides guidelines and information for contributors.
44

55
## Code of Conduct
66

@@ -15,7 +15,7 @@ Before you begin contributing, ensure you have the following installed:
1515
- [Go](https://golang.org/doc/install) version 1.22 or 1.23
1616
- [Terraform](https://www.terraform.io/downloads.html) version 1.0 or later
1717
- [Git](https://git-scm.com/downloads)
18-
- Access to a Wallix Bastion instance for testing (recommended)
18+
- Access to a WALLIX Bastion instance for testing (recommended)
1919

2020
### Development Setup
2121

@@ -383,7 +383,7 @@ examples/
383383
```hcl
384384
# variables.tf
385385
variable "bastion_host" {
386-
description = "Wallix Bastion hostname"
386+
description = "WALLIX Bastion hostname"
387387
type = string
388388
}
389389
@@ -592,7 +592,7 @@ make dev-check
592592

593593
- [Terraform Plugin Development](https://developer.hashicorp.com/terraform/plugin)
594594
- [Terraform Provider Framework](https://developer.hashicorp.com/terraform/plugin/framework)
595-
- [Wallix Bastion API Documentation](https://docs.wallix.com/)
595+
- [WALLIX Bastion API Documentation](https://docs.wallix.com/)
596596

597597
### Learning Resources
598598

DOCUMENTATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Documentation Guide
22

3-
This guide explains how to generate, verify, and maintain the documentation for the Terraform Provider Wallix Bastion.
3+
This guide explains how to generate, verify, and maintain the documentation for the Terraform Provider WALLIX Bastion.
44

55
## Overview
66

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# Terraform Provider for Wallix Bastion
1+
# Terraform Provider for WALLIX Bastion
22

3-
![Wallix Logo](https://raw.githubusercontent.com/wallix/terraform-provider-wallix-bastion/refs/heads/main/assets/LOGO_WALLIX.png)
3+
![WALLIX Logo](https://raw.githubusercontent.com/wallix/terraform-provider-wallix-bastion/refs/heads/main/assets/LOGO_WALLIX.png)
44

5-
A Terraform provider for managing Wallix Bastion resources
5+
A Terraform provider for managing WALLIX Bastion resources
66

77
[![Go Report Card](https://goreportcard.com/badge/github.com/wallix/terraform-provider-wallix-bastion)](https://goreportcard.com/report/github.com/wallix/terraform-provider-wallix-bastion)
88
[![License](https://img.shields.io/badge/License-MPL%202.0-blue.svg)](https://opensource.org/licenses/MPL-2.0)
99
[![Terraform Registry](https://img.shields.io/badge/terraform-registry-623CE4.svg)](https://registry.terraform.io/providers/wallix/wallix-bastion/latest)
1010

1111
## Overview
1212

13-
The Terraform Wallix Bastion provider allows you to manage Wallix Bastion resources such as users, groups, authorizations, and more through Infrastructure as Code.
13+
The Terraform WALLIX Bastion provider allows you to manage WALLIX Bastion resources such as users, groups, authorizations, and more through Infrastructure as Code.
1414

1515
## Requirements
1616

@@ -120,7 +120,7 @@ go test -v ./bastion -run TestAccResourceAuthorization_basic
120120

121121
### Running Acceptance Tests
122122

123-
Acceptance tests require a running Wallix Bastion instance.
123+
Acceptance tests require a running WALLIX Bastion instance.
124124

125125
```bash
126126
# Set environment variables
@@ -304,7 +304,7 @@ We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) f
304304

305305
## Version Compatibility
306306

307-
| Provider Version | Terraform Version | Go Version | Wallix Bastion API |
307+
| Provider Version | Terraform Version | Go Version | WALLIX Bastion API |
308308
|------------------|-------------------|------------|-------------------|
309309
| >= 0.14.0 | >= 1.0 | 1.22-1.24 | v3.12, v3.12 |
310310
| 0.13.x | >= 0.14 | 1.19-1.21 | v3.3, v3.6 |

docs/data-sources/version.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ description: |-
88

99
# wallix-bastion_version (Data Source)
1010

11-
Get information on Wallix Bastion version.
11+
Get information on WALLIX Bastion version.
1212

1313
## Example Usage
1414

1515
```terraform
16-
# Get Wallix Bastion version information
16+
# Get WALLIX Bastion version information
1717
data "wallix-bastion_version" "current" {}
1818
1919
# Use version in conditional logic

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
# generated by https://github.com/hashicorp/terraform-plugin-docs
33
page_title: "wallix-bastion Provider"
44
description: |-
5-
The Wallix Bastion provider allows Terraform to manage Wallix Bastion resources.
5+
The WALLIX Bastion provider allows Terraform to manage WALLIX Bastion resources.
66
---
77

88
# wallix-bastion Provider
99

10-
The Wallix Bastion provider allows Terraform to manage Wallix Bastion resources including users, devices, applications, authorizations, and security policies.
10+
The WALLIX Bastion provider allows Terraform to manage WALLIX Bastion resources including users, devices, applications, authorizations, and security policies.
1111

1212
## Example Usage
1313

1414
```terraform
15-
# Configure the Wallix Bastion Provider
15+
# Configure the WALLIX Bastion Provider
1616
terraform {
1717
required_providers {
1818
wallix-bastion = {

docs/resources/authdomain_azuread.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ resource "wallix-bastion_authdomain_azuread" "high_security" {
257257

258258
1. Go to Azure Portal → Azure Active Directory → App registrations
259259
2. Click "New registration"
260-
3. Name: "Wallix Bastion Integration"
260+
3. Name: "WALLIX Bastion Integration"
261261
4. Supported account types: Choose based on your needs
262262
5. Redirect URI: Not required for client credentials flow
263263

examples/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Terraform Provider Wallix Bastion Examples
1+
# Terraform Provider WALLIX Bastion Examples
22

3-
This directory contains examples that demonstrate how to use the Wallix Bastion Terraform provider in various scenarios.
3+
This directory contains examples that demonstrate how to use the WALLIX Bastion Terraform provider in various scenarios.
44

55
## Examples Overview
66

@@ -14,7 +14,7 @@ This directory contains examples that demonstrate how to use the Wallix Bastion
1414

1515
## Prerequisites
1616

17-
1. **Wallix Bastion instance** running and accessible
17+
1. **WALLIX Bastion instance** running and accessible
1818
2. **API credentials** with appropriate permissions
1919
3. **Terraform** >= 1.0 installed
2020

@@ -47,7 +47,7 @@ This directory contains examples that demonstrate how to use the Wallix Bastion
4747

4848
Most examples use these common variables:
4949

50-
- `bastion_ip` - IP address or hostname of your Wallix Bastion
50+
- `bastion_ip` - IP address or hostname of your WALLIX Bastion
5151
- `bastion_token` - API token for authentication
5252
- `api_version` - API version (default: "v3.12")
5353

0 commit comments

Comments
 (0)