{ "version": 4, "terraform_version": "1.6.4", "serial": 366, "lineage": "a8991b63-dc96-0f89-7f09-fff5ac1a560a", "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-2a806a87d1f319def", "ami": "ami-40bb271a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-297038ac"], "subnet_id": "subnet-00b6a63e", "key_name": "prod-deploy-key" } } ] } ] }