Skip to content

Commit a9a900b

Browse files
README: update post import of codebase after IP clearance
Signed-off-by: Rohit Yadav <[email protected]>
1 parent 5e7ccfe commit a9a900b

File tree

1 file changed

+20
-16
lines changed

1 file changed

+20
-16
lines changed

README.md

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
1-
<!-- archived-repository -->
2-
This repository is archived as it's development has been moved to the Apache Foundation. Please find the new home for this provider here: https://github.com/apache/cloudstack-terraform-provider
3-
4-
Terraform Provider
5-
==================
6-
7-
- Website: https://www.terraform.io
8-
- [![Gitter chat](https://badges.gitter.im/hashicorp-terraform/Lobby.png)](https://gitter.im/hashicorp-terraform/Lobby)
9-
- Mailing list: [Google Groups](http://groups.google.com/group/terraform-tool)
10-
11-
<img src="https://cdn.rawgit.com/hashicorp/terraform-website/master/content/source/assets/images/logo-hashicorp.svg" width="600px">
1+
CloudStack Terraform Provider
2+
=============================
123

134
Requirements
145
------------
@@ -19,17 +10,17 @@ Requirements
1910
Building The Provider
2011
---------------------
2112

22-
Clone repository to: `$GOPATH/src/github.com/xanzy/terraform-provider-cloudstack`
13+
Clone repository to: `$GOPATH/src/github.com/apache/cloudstack-terraform-provider`
2314

2415
```sh
25-
$ mkdir -p $GOPATH/src/github.com/xanzy; cd $GOPATH/src/github.com/xanzy
26-
$ git clone [email protected]:xanzy/terraform-provider-cloudstack
16+
$ mkdir -p $GOPATH/src/github.com/apache; cd $GOPATH/src/github.com/apache
17+
$ git clone [email protected]:apache/cloudstack-terraform-provider
2718
```
2819

2920
Enter the provider directory and build the provider
3021

3122
```sh
32-
$ cd $GOPATH/src/github.com/xanzy/terraform-provider-cloudstack
23+
$ cd $GOPATH/src/github.com/apache/cloudstack-terraform-provider
3324
$ make build
3425
```
3526

@@ -43,7 +34,7 @@ To compile the provider, run `make build`. This will build the provider and put
4334
```sh
4435
$ make bin
4536
...
46-
$ $GOPATH/bin/terraform-provider-cloudstack
37+
$ $GOPATH/bin/cloudstack-terraform-provider
4738
...
4839
```
4940

@@ -84,3 +75,16 @@ In order for all the tests to pass, you will need to create a new (empty) projec
8475
```sh
8576
$ make testacc
8677
```
78+
79+
## History
80+
81+
This codebase relicensed under APLv2 and donated to the Apache CloudStack
82+
project under an [IP
83+
clearance](https://github.com/apache/cloudstack/issues/5159) process and
84+
imported on 26th July 2021.
85+
86+
## License
87+
88+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
89+
this file except in compliance with the License. You may obtain a copy of the
90+
License at <http://www.apache.org/licenses/LICENSE-2.0>

0 commit comments

Comments
 (0)