openclimatefix / ocf-infrastructure

Infrastructure code for OCF's cloud environments
3 stars 6 forks source link

create a india usergroup #488

Closed peterdudfield closed 4 months ago

peterdudfield commented 5 months ago

Create a usergroup that has full access to the following services in ap-south-1:

The name could be {region}-developer

It would be great to create this as a general terraform component, then we can import this into the different regions

We can then manually add users to this group

aryanbhosale commented 5 months ago

Create a usergroup that has full access to the following services in ap-south-1:

  • ECS
  • S3
  • Secrets manager
  • Cloudwatch
  • Elastic beanstalk
  • RDS
  • EC2

The name could be {region}-developer

It would be great to create this as a general terraform component, then we can import this into the different regions

We can then manually add users to this group

should I create a new file in ocf-infrastructure/tree/main/terraform/india/development with the general code?

peterdudfield commented 5 months ago

I'd probably create a seperate module in here called user_groups. And then it can be used in india/development

aryanbhosale commented 5 months ago

under user_groups, do I have to make just one main.tf for ap-south-1? and in india/development, will it be used in main.tf or anywhere else also?

peterdudfield commented 5 months ago

yea, I would just have a main, and it takes in a region. How you done much terraform before?

aryanbhosale commented 5 months ago

yea, I would just have a main, and it takes in a region. How you done much terraform before?

I haven't done Terra form at all before, the dashboard issue was my first one. Ill try to make the main.tf file

aryanbhosale commented 5 months ago

does 2012-10-17 version work for this? or are we using newer versions?

peterdudfield commented 5 months ago

we are on terraform 1.7

aryanbhosale commented 5 months ago

we are on terraform 1.7

Okay thank you

aryanbhosale commented 5 months ago

I've raised a PR, could you please review it #496

aryanbhosale commented 5 months ago

I've raised a PR, could you please review it #496

Should I add steps on how to use it for adding other regions ?