{ "version": 4, "terraform_version": "1.6.9", "serial": 510, "lineage": "b148d8a7-9b25-0c2f-7d77-398cebeb5a83", "outputs": { "db_endpoint": { "value": "db-0.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-5534cfd617701a8b9", "ami": "ami-32fab465", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-68ea801c"], "subnet_id": "subnet-a6547a93", "key_name": "prod-deploy-key" } } ] } ] }