Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deploymenttheory/terraform-demo-microsoft365
A gha demo using gitlab branching and terraform to automate configuration for microsoft365
https://github.com/deploymenttheory/terraform-demo-microsoft365
demo microsoft365 terraform
Last synced: 27 days ago
JSON representation
A gha demo using gitlab branching and terraform to automate configuration for microsoft365
- Host: GitHub
- URL: https://github.com/deploymenttheory/terraform-demo-microsoft365
- Owner: deploymenttheory
- License: mit
- Created: 2025-01-19T14:59:25.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-01-23T18:46:26.000Z (29 days ago)
- Last Synced: 2025-01-23T19:36:33.650Z (29 days ago)
- Topics: demo, microsoft365, terraform
- Language: HCL
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Template
This repository serves as a **Default Template Repository** according official [GitHub Contributing Guidelines][ProjectSetup] for healthy contributions. It brings you clean default Templates for several areas:
- [Azure DevOps Pull Requests](.azuredevops/PULL_REQUEST_TEMPLATE.md) ([`.azuredevops\PULL_REQUEST_TEMPLATE.md`](`.azuredevops\PULL_REQUEST_TEMPLATE.md`))
- [Azure Pipelines](.pipelines/pipeline.yml) ([`.pipelines/pipeline.yml`](`.pipelines/pipeline.yml`))
- [GitHub Workflows](.github/workflows/)
- [Super Linter](.github/workflows/linter.yml) ([`.github/workflows/linter.yml`](`.github/workflows/linter.yml`))
- [Sample Workflows](.github/workflows/workflow.yml) ([`.github/workflows/workflow.yml`](`.github/workflows/workflow.yml`))
- [GitHub Pull Requests](.github/PULL_REQUEST_TEMPLATE.md) ([`.github/PULL_REQUEST_TEMPLATE.md`](`.github/PULL_REQUEST_TEMPLATE.md`))
- [GitHub Issues](.github/ISSUE_TEMPLATE/)
- [Feature Requests](.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md) ([`.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md`](`.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md`))
- [Bug Reports](.github/ISSUE_TEMPLATE/BUG_REPORT.md) ([`.github/ISSUE_TEMPLATE/BUG_REPORT.md`](`.github/ISSUE_TEMPLATE/BUG_REPORT.md`))
- [Codeowners](.github/CODEOWNERS) ([`.github/CODEOWNERS`](`.github/CODEOWNERS`)) _adjust usernames once cloned_
- [Wiki and Documentation](docs/) ([`docs/`](`docs/`))
- [gitignore](.gitignore) ([`.gitignore`](.gitignore))
- [gitattributes](.gitattributes) ([`.gitattributes`](.gitattributes))
- [Changelog](CHANGELOG.md) ([`CHANGELOG.md`](`CHANGELOG.md`))
- [Code of Conduct](CODE_OF_CONDUCT.md) ([`CODE_OF_CONDUCT.md`](`CODE_OF_CONDUCT.md`))
- [Contribution](CONTRIBUTING.md) ([`CONTRIBUTING.md`](`CONTRIBUTING.md`))
- [License](LICENSE) ([`LICENSE`](`LICENSE`)) _adjust projectname once cloned_
- [Readme](README.md) ([`README.md`](`README.md`))
- [Security](SECURITY.md) ([`SECURITY.md`](`SECURITY.md`))## Status
[![Super Linter]()]()
[![Sample Workflow]()]()
## Creating a repository from a template
You can [generate](https://github.com/segraef/Template/generate) a new repository with the same directory structure and files as an existing repository. More details can be found [here][CreateFromTemplate].
## Reporting Issues and Feedback
### Issues and Bugs
If you find any bugs, please file an issue in the [GitHub Issues][GitHubIssues] page. Please fill out the provided template with the appropriate information.
If you are taking the time to mention a problem, even a seemingly minor one, it is greatly appreciated, and a totally valid contribution to this project. **Thank you!**
## Feedback
If there is a feature you would like to see in here, please file an issue or feature request in the [GitHub Issues][GitHubIssues] page to provide direct feedback.
## Contribution
If you would like to become an active contributor to this repository or project, please follow the instructions provided in [`CONTRIBUTING.md`][Contributing].
## Learn More
* [GitHub Documentation][GitHubDocs]
* [Azure DevOps Documentation][AzureDevOpsDocs]
* [Microsoft Azure Documentation][MicrosoftAzureDocs][ProjectSetup]:
[CreateFromTemplate]:
[GitHubDocs]:
[AzureDevOpsDocs]:
[GitHubIssues]:
[Contributing]: CONTRIBUTING.md[Az]:
[AzGallery]:
[PowerShellCore]:[MicrosoftAzureDocs]:
[PowerShellDocs]: