{ "version": 4, "terraform_version": "1.7.6", "serial": 387, "lineage": "042a8c2d-6688-5590-6522-ffcfc1c3f6c0", "outputs": { "db_endpoint": { "value": "db-2.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-81dc9f14736c3d688", "ami": "ami-983cc33e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-349b0dce"], "subnet_id": "subnet-92ce8427", "key_name": "prod-deploy-key" } } ] } ] }