Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync base from remote #2

Open
wants to merge 46 commits into
base: master
Choose a base branch
from
Open

sync base from remote #2

wants to merge 46 commits into from

Conversation

anoopsingh
Copy link

what

  • Describe high-level what changed as a result of these commits (i.e. in plain-english, what do these changes mean?)
  • Use bullet points to be concise and to the point.

why

  • Provide the justifications for the changes (e.g. business case).
  • Describe why these changes were made (e.g. why do these commits fix the problem?)
  • Use bullet points to be concise and to the point.

references

  • Link to any supporting github issues or helpful documentation to add some context (e.g. stackoverflow).
  • Use closes #123, if this PR closes a GitHub issue #123

tthayer and others added 30 commits May 19, 2020 00:02
Co-authored-by: Tony Thayer-Osborne <[email protected]>
## What
* Adds chatops commands
  - '/test all'
  - '/test bats'
  - '/test readme'
  - '/test terratest'
* Drops codefresh
* Drops slash-command-dispatch
* Removes codefresh badge
* Rebuilds README

## Why
* Change over from codefresh to GH Actions
* Facilitate testing of PRs from forks
## What

1. Update Version Pinning for Terraform to support 0.13

## Why

1. This is a relatively minor update that the CloudPosse module already likely supports.
1. This allows module consumers to not individually update our Terraform module to support Terraform 0.13.
* fix: update aws provider version for dep

* Update versions.tf

Co-authored-by: Vladimir <[email protected]>

* Updated README.md

Co-authored-by: Vladimir <[email protected]>
Co-authored-by: actions-bot <[email protected]>
* adding custom alarms

* fixing default

* fixing default

* Addin example for custom alarms

* trying to merge both maps

* trying to merge both maps

* Updated README.md

* trying to fix for_each for 0.12

* Update variables.tf

Co-authored-by: Loren Gordon <[email protected]>

* Auto Format

* uping version of tf to 0.13 for_each required

* Auto Format

* making default alarms optional

* Auto Format

* Update variables.tf

Co-authored-by: Andriy Knysh <[email protected]>

* Auto Format

* fixing conditional for default_alarms

* fixing conditional for default_alarms

* fixing space??????

* fixing space??????

* adding tags

Co-authored-by: actions-bot <[email protected]>
Co-authored-by: Loren Gordon <[email protected]>
Co-authored-by: cloudpossebot <[email protected]>
Co-authored-by: Andriy Knysh <[email protected]>
* adding custom alarms

* fixing default

* fixing default

* Addin example for custom alarms

* trying to merge both maps

* trying to merge both maps

* Updated README.md

* trying to fix for_each for 0.12

* Update variables.tf

Co-authored-by: Loren Gordon <[email protected]>

* Auto Format

* uping version of tf to 0.13 for_each required

* Auto Format

* making default alarms optional

* Auto Format

* Update variables.tf

Co-authored-by: Andriy Knysh <[email protected]>

* Auto Format

* fixing conditional for default_alarms

* fixing conditional for default_alarms

* fixing space??????

* fixing space??????

* adding tags

* Fixing merge of maps when maps do not have the same number of keys

Co-authored-by: actions-bot <[email protected]>
Co-authored-by: Loren Gordon <[email protected]>
Co-authored-by: cloudpossebot <[email protected]>
Co-authored-by: Andriy Knysh <[email protected]>
* Adding docs

* Auto Format

* Adding docs

* Auto Format

Co-authored-by: cloudpossebot <[email protected]>
* Add the instance_refresh block

* Auto Format

Co-authored-by: cloudpossebot <[email protected]>
* Fix README formatting

* Auto Format

Co-authored-by: cloudpossebot <[email protected]>
* Update README.yaml

* Update README.yaml

* Update README.yaml

* Auto Format

* Updated README.md

Co-authored-by: cloudpossebot <[email protected]>
Co-authored-by: actions-bot <[email protected]>
* var.use_name_prefix

* Added contributor nitrocode

* Auto Format

Co-authored-by: cloudpossebot <[email protected]>
Co-authored-by: actions-bot <[email protected]>
* Add max_instance_lifetime

* Add max_instance_lifetime

* Auto Format

Co-authored-by: cloudpossebot <[email protected]>
* Add block_device_mappings example

* Auto Format

* Updated README.md

Co-authored-by: cloudpossebot <[email protected]>
Co-authored-by: actions-bot <[email protected]>
* Use dynamic for tag_specifications

* Add var.tag_specifications_resource_types

* Auto Format

Co-authored-by: nitro <[email protected]>
Co-authored-by: cloudpossebot <[email protected]>
Co-authored-by: tthayer <[email protected]>
* add desired_capacity settings

* update go modules

* Use null

* Use null

* Auto Format

Co-authored-by: nitro <[email protected]>
Co-authored-by: cloudpossebot <[email protected]>
* Add metadata_http_tokens variable

* Auto Format

Co-authored-by: cloudpossebot <[email protected]>
Co-authored-by: alexjurkiewicz <[email protected]>
Co-authored-by: nitro <[email protected]>
Co-authored-by: PePe Amengual <[email protected]>
linhkikuchi and others added 16 commits May 24, 2021 09:27
* Add warm_pool

Co-authored-by: cloudpossebot <[email protected]>
- When the instance profile is not specified terraform wants to continually add an empty block (tested in 0.14.x).
… it should be transparent for anyone going to use the new version (#73)
* Add `update_default_lt_version` variable

* Auto Format

* Update variables.tf

* Update variables.tf

* Auto Format

* Update main.tf

Co-authored-by: cloudpossebot <[email protected]>
Co-authored-by: nitrocode <[email protected]>
Co-authored-by: cloudpossebot <[email protected]>
Co-authored-by: Yonatan Koren <[email protected]>

* Add variable to enable/disable `metadata_options.http_protocol_ipv6` for launch templates.
Co-authored-by: cloudpossebot <[email protected]>

* Remove unused providers: `hashicorp/template` and `hashicorp/null`.
* Run `make github/init`.
Co-authored-by: cloudpossebot <[email protected]>
* feat: fmt + force rebuild

* feat: added support for metadata_options {instance_metadata_tags}

* feat docs update for new option

* Auto Format

* Fix newlines and tests for versions.tf

* Autodocumentation generation and release updates

* Update aws provider to >= 4.0

* Regenerate docs post provider update

Co-authored-by: Tomasz 'Zen' Napierala <[email protected]>
Co-authored-by: cloudpossebot <[email protected]>
* Use tag and deprecate tags

* Use tag.key and tag.value
* Add instance_reuse_policy for warm pool

* Add instance_reuse_policy for warm pool

* Update aws provider version

* Revert updating aws provider version

* Update aws provider version

* Fix for when tag is null

* Fix for when tag is null

* Put back tags to fix error - The argument tag.4.value is required, but no definition was found

* update tags for v4

* Fix tags for v4 when there is null value

* Auto Format

* revert terraform.md

* Auto Format

Co-authored-by: cloudpossebot <[email protected]>
* Add extended_statistic for custom CW alarm

* Update README for extended_statistic

* Auto Format

* Fix extended_statistic for default alarms

---------

Co-authored-by: cloudpossebot <[email protected]>
@max-lobur max-lobur deleted the branch scalyr:master May 17, 2023 09:17
@max-lobur max-lobur deleted the master branch May 17, 2023 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.