{ "version": 4, "terraform_version": "1.5.0", "serial": 361, "lineage": "6c9a50c3-c33b-d204-99f8-f8a491cece14", "outputs": { "db_endpoint": { "value": "db-3.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-d76ab09158da163f8", "ami": "ami-e68fdc7c", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-b56414d2"], "subnet_id": "subnet-6bafd67b", "key_name": "prod-deploy-key" } } ] } ] }