{ "version": 4, "terraform_version": "1.7.1", "serial": 371, "lineage": "3d2c6e98-7d8e-86f6-461d-6aff49095fc6", "outputs": { "db_endpoint": { "value": "db-1.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-567ab7dc675db2b8c", "ami": "ami-8ac0f010", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-32578bd7"], "subnet_id": "subnet-3d0946e8", "key_name": "prod-deploy-key" } } ] } ] }