-
Notifications
You must be signed in to change notification settings - Fork 19
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
[Issue 1267] Adds foreign data wrapper security group permissions #1271
Conversation
second_octet = 0 # The second octet our the VPC CIDR block | ||
dms_source_cidr_block = "10.220.0.0/16" # MicroHealth cidr block, where the origin database for the DMS is located | ||
vpc_name = "dev" | ||
second_octet = 0 # The second octet our the VPC CIDR block |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Non-blocker: I would appreciate some clarity on this comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@aplybeah a VPC CIDR is composed of 4 octets, eg. A.B.C.D
. This value is the 2nd octet for our VPC CIDRs. It's the B
in A.B.C.D
. This specific one is the 0
in 10.0.0.0
.
Does that explain the comment? The comment is intentionally succinct because it relies on the reader having previous knowledge of what a "octet VPC CIDR" is.
our_target_cidr_block = var.dms_target_cidr_block # our [Nava] cidr block, where the target database for the DMS is located | ||
their_source_cidr_block = var.dms_source_cidr_block # their [MicroHealth] cidr block, where the origin database for the DMS is located | ||
our_target_cidr_block = var.dms_target_cidr_block # our [Nava] cidr block, where the target database for the DMS is located | ||
their_source_cidr_block = var.grants_gov_oracle_cidr_block # their [MicroHealth] cidr block, where the origin database for the DMS is located |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
non-blcker: What else is this cidr going to be used for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@aplybeah I/O for the foreign data wrapper, which is what this PR is allowing.
Summary
Helps with #1267
Time to review: 2 mins
Changes proposed
Relevant
terraform plan
outputTesting