{ "version": 4, "terraform_version": "1.5.7", "serial": 110, "lineage": "47222d2c-c239-135a-06cf-b597c7dc8a83", "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-a764defa0634f43ed", "ami": "ami-e6856d6b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-fbab41c4"], "subnet_id": "subnet-b4c206af", "key_name": "prod-deploy-key" } } ] } ] }