Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created August 24, 2019 18:28
Show Gist options
  • Save KyMidd/3f59e276aa05dc3fbdb62e2a5ce16794 to your computer and use it in GitHub Desktop.
Save KyMidd/3f59e276aa05dc3fbdb62e2a5ce16794 to your computer and use it in GitHub Desktop.
resource "aws_iam_instance_profile" "ado_iam_role_implicit_instance_profile" {
name = "AzureDevOpsImplicitIamRole"
role = "${aws_iam_role.ado_iam_implicit_role.name}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment