mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-06-30 10:33:46 +00:00
fix(docs): fix broken links (#976)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
This commit is contained in:
parent
ed33a18c9b
commit
0e2eb80e9f
@ -52,7 +52,7 @@ You can run all the test cases by invoking `make test`.
|
||||
The project has a limited set of acceptance tests which are run against a real Proxmox
|
||||
instance. These tests are developed alongside the framework-based resource and datasource implementations, and are located in the `fwprovider/tests` directory.
|
||||
|
||||
To run the acceptance tests, you need to have a Proxmox instance available. See more details in the [Setup Proxmox for Tests](./howtos/setup-proxmox-for-tests/README.md) section.
|
||||
To run the acceptance tests, you need to have a Proxmox instance available. See more details in the [Setup Proxmox for Tests](docs/guides/setup-proxmox-for-tests.md) section.
|
||||
Create a `testacc.env` file in the project's root directory with the following contents:
|
||||
|
||||
```env
|
||||
|
@ -65,7 +65,7 @@ virtual_environment_endpoint = "https://<your-cluster-endpoint>:8006/"
|
||||
|
||||
Then run `make example` to deploy the example resources.
|
||||
|
||||
If you don't have free proxmox cluster to play with, there is dedicated [how-to tutorial](howtos/setup-proxmox-for-tests/README.md) how to setup Proxmox inside VM and run `make example` on it.
|
||||
If you don't have free proxmox cluster to play with, there is dedicated [how-to tutorial](docs/guides/setup-proxmox-for-tests.md) how to setup Proxmox inside VM and run `make example` on it.
|
||||
|
||||
## Future work
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user