Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tf_mod_aws_cloudwatch_logs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
steamhaus
tf_mod_aws_cloudwatch_logs
Commits
7c67785e
Commit
7c67785e
authored
Nov 08, 2016
by
A-Gordon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed filename to adhere to Steamhaus standardisation
parent
eb1db165
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
main.tf
main.tf
+2
-2
role_policy.json
role_policy.json
+0
-0
No files found.
main.tf
View file @
7c67785e
...
...
@@ -16,7 +16,7 @@ resource "aws_iam_instance_profile" "cloudwatch" {
resource
"aws_iam_policy"
"cloudwatch"
{
name
=
"cloudwatch"
policy
=
"
${
file
(
"
${
path
.
module}
/role
-
policy.json"
)
}
"
policy
=
"
${
file
(
"
${
path
.
module}
/role
_
policy.json"
)
}
"
}
resource
"aws_iam_policy_attachment"
"cloudwatch"
{
...
...
@@ -27,4 +27,4 @@ resource "aws_iam_policy_attachment" "cloudwatch" {
output
"name"
{
value
=
"
${
aws_iam_role
.
cloudwatch
.
name
}
"
}
output
"policy"
{
value
=
"
${
aws_iam_policy
.
cloudwatch
.
name
}
"
}
output
"profile_id"
{
value
=
"
${
aws_iam_instance_profile
.
cloudwatch
.
id
}
"
}
\ No newline at end of file
output
"profile_id"
{
value
=
"
${
aws_iam_instance_profile
.
cloudwatch
.
id
}
"
}
role
-
policy.json
→
role
_
policy.json
View file @
7c67785e
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment