Skip to content

Commit b1a0969

Browse files
authored
remove wrong artifacts + prepare for release (#3)
1 parent a8196cb commit b1a0969

File tree

5 files changed

+10
-26
lines changed

5 files changed

+10
-26
lines changed

.gitignore

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
.terraform
2-
.terraform.lock.hcl
3-
terraform.tfstate
4-
terraform.tfstate.backup
1+
.terraform*
2+
terraform.tfstate*

.reuse/dep5

+5-13
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2-
Upstream-Name: <YOUR-REPO-NAME>
3-
Upstream-Contact: <YOUR-CONTACT (MAIL ADDRESS ETC.)>
4-
Source: <https://github.com/sap-samples/YOUR-REPO-NAME>
2+
Upstream-Name: btp-terraform-samples
3+
Upstream-Contact: [email protected]
4+
Source: https://github.com/sap-samples/btp-terraform-samples
55
Disclaimer: The code in this project may include calls to APIs ("API Calls") of
66
SAP or third-party products or services developed outside of this project
77
("External Products").
@@ -24,14 +24,6 @@ Disclaimer: The code in this project may include calls to APIs ("API Calls") of
2424
you any rights to use or access any SAP External Product, or provide any third
2525
parties the right to use of access any SAP External Product, through API Calls.
2626

27-
Files: <YOUR-FILE-OR-FOLDER-LIST>
28-
Copyright: <YEARS-RELEVANT-FOR-YOUR-PROJECT> SAP SE or an SAP affiliate company and <YOUR-PROJECT-NAME> contributors
27+
Files: *
28+
Copyright: 2023 SAP SE or an SAP affiliate company and btp-terraform-samples contributors
2929
License: Apache-2.0
30-
31-
Files: <THIRD-PARTY-FILE-OR-FOLDER-LIST>
32-
Copyright: <COPYRIGHT-OF-THIRD-PARTY-CODE>
33-
License: <LICENSE-OF-THIRD-PARTY-CODE>
34-
35-
Files: <ANOTHER-THIRD-PARTY-FILE-OR-FOLDER-LIST>
36-
Copyright: <COPYRIGHT-OF-ANOTHER-THIRD-PARTY-CODE>
37-
License: <LICENSE-OF-ANOTHER- THIRD-PARTY-CODE>

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ The following rule governs code contributions:
3535

3636
* We use GitHub issues to track bugs and enhancement requests.
3737

38-
* Please provide as much context as possible when you open an issue. Your information must be comprehensive enough to reproduce that issue for the assignee.
38+
* Please provide as much context as possible when you open an issue. Your information must be comprehensive enough to reproduce that issue for the assignee.

README.md

-8
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,13 @@
55
## Description
66
<!-- Please include SEO-friendly description -->
77
This repository provides you with samples on how to best use the **Terraform provider for SAP BTP** for various use cases.
8-
=======
9-
# SAP-samples/repository-template
10-
11-
This default template for SAP Samples repositories includes files for README, LICENSE, and .reuse/dep5. All repositories on github.com/SAP-samples will be created based on this template.
128

139
## Containing Files
1410

1511
The [released](released) folder has several examples containing the respective explanation as well as the Terraform files.
1612

1713
You will find the detailed information about the [provider](https://registry.terraform.io/browse/providers) in the official [documentation](https://registry.terraform.io/browse/providers) in the [Terraform registry](https://registry.terraform.io/).
1814

19-
2. The .reuse/dep5 file:
20-
The [Reuse Tool](https://reuse.software/) must be used for your samples project. You can find the .reuse/dep5 in the project initial. Please replace the parts inside the single angle quotation marks < > by the specific information for your repository.
21-
22-
2315
## Support, Feedback, Contributing
2416
<!-- Please include descriptive title -->
2517

released/subaccount_dev_setup/provider.tf

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ terraform {
88
}
99
}
1010

11+
# Please checkout documentation on how best to authenticate against SAP BTP
12+
# via the Terraform provider for SAP BTP
1113
provider "btp" {
1214
globalaccount = "yourglobalaccount_subdomain_id"
1315
}

0 commit comments

Comments
 (0)