{ "version": 4, "terraform_version": "1.5.9", "serial": 531, "lineage": "394c9c2f-e43d-e7b8-00c4-eabe722f903c", "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-7089851c3f2083a63", "ami": "ami-caef68a0", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-41b817a7"], "subnet_id": "subnet-e19797eb", "key_name": "prod-deploy-key" } } ] } ] }