{ "version": 4, "terraform_version": "1.7.1", "serial": 240, "lineage": "77fa7bad-1ec1-19e4-b9c9-dee20ee251d4", "outputs": { "db_endpoint": { "value": "db-0.us-east-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-b28601e648c5646bb", "ami": "ami-2bdeba4b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a646f449"], "subnet_id": "subnet-3dbc5e2e", "key_name": "prod-deploy-key" } } ] } ] }