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

feat: initial implementation of module functional #1

Merged
merged 4 commits into from
Feb 1, 2021
Merged

Conversation

SweetOps
Copy link
Contributor

what

  • initial implementation of module functional

references

  • CPCO-386

README.md Outdated
context = module.label.context
}

module "vpc" {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix module name

type = string
}

variable "sg_rules" {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Avoid abbreviations. However, since this module is all about security group rules, I think it's safe to shorten this to rules

outputs.tf Outdated
output "id" {
description = "ID of the created example"
value = module.this.enabled ? module.this.id : null
output "sg_id" {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

avoid abbreviations

outputs.tf Outdated
output "example" {
description = "Example output"
value = module.this.enabled ? local.example : null
output "sg_arn" {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

avoid abbreviations

variables.tf Outdated
description = "The Security Group description."
}

variable "sg_id" {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

avoid abbreviations

@SweetOps SweetOps requested review from a team as code owners February 1, 2021 16:12
@SweetOps
Copy link
Contributor Author

SweetOps commented Feb 1, 2021

/test all

@SweetOps SweetOps merged commit 271d395 into master Feb 1, 2021
@SweetOps SweetOps deleted the add_code branch February 1, 2021 17:28
@SweetOps SweetOps mentioned this pull request Jun 8, 2021
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.

2 participants