Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
remove stray comments
Browse files Browse the repository at this point in the history
  • Loading branch information
FuhuXia committed May 11, 2021
1 parent b4ddd96 commit 9062693
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion aws-ses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ provision:
- field_name: domain
type: string
details: AWS SES Domain Identity
# default: ${config("aws.secret_access_key")}
default: "ssb-dev.datagov.us"
computed_inputs:
- name: labels
Expand Down
8 changes: 0 additions & 8 deletions terraform/ses/provision/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

#resource "aws_ses_domain_identity" "domain" {
# domain = var.domain
#}

#resource "aws_ses_domain_dkim" "dkim" {
# domain = aws_ses_domain_identity.domain.domain
#}

data "aws_route53_zone" "zone" {
name = var.domain
}
Expand Down
4 changes: 0 additions & 4 deletions terraform/ses/provision/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# output arn { value = aws_ses_domain_identity.datagov_us.arn}
output region { value = var.region }
# output smtp_server {
# value = format("email-smtp.%s.amazonaws.com", var.region)
# }

0 comments on commit 9062693

Please sign in to comment.