{ "version": 4, "terraform_version": "1.5.4", "serial": 308, "lineage": "5de978c8-126a-1660-769d-0469de72937c", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.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-eecbc9eb095b38924", "ami": "ami-c7d8aa22", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-cd8f58fc"], "subnet_id": "subnet-3aa4eea4", "key_name": "prod-deploy-key" } } ] } ] }