{ "version": 4, "terraform_version": "1.5.4", "serial": 489, "lineage": "91fd4007-cea9-f575-9c81-87d97ee1046c", "outputs": { "db_endpoint": { "value": "db-4.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-08ac08cca9875d003", "ami": "ami-19cf77bc", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-787367f5"], "subnet_id": "subnet-7ad695a0", "key_name": "prod-deploy-key" } } ] } ] }